]> wimlib.net Git - wimlib/blobdiff - programs/imagex.c
Implement multi-threaded compression
[wimlib] / programs / imagex.c
index 7c0252db05ad30d0217faedca43cecc3b1d597e1..6e78296f12d0e1de59762d2711d5630456b56f6b 100644 (file)
@@ -287,7 +287,6 @@ out_fclose:
 
 static int file_writable(const char *path)
 {
 
 static int file_writable(const char *path)
 {
-       struct stat stbuf;
        int ret;
        ret = access(path, F_OK | W_OK);
        if (ret != 0)
        int ret;
        ret = access(path, F_OK | W_OK);
        if (ret != 0)