X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=programs%2Fimagex.c;h=6e78296f12d0e1de59762d2711d5630456b56f6b;hb=6cca349b45e66a2b2b82aa5dcd269a4bf61c50db;hp=7c0252db05ad30d0217faedca43cecc3b1d597e1;hpb=868f9905359573d33f06c19106523535b309273b;p=wimlib diff --git a/programs/imagex.c b/programs/imagex.c index 7c0252db..6e78296f 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -287,7 +287,6 @@ out_fclose: static int file_writable(const char *path) { - struct stat stbuf; int ret; ret = access(path, F_OK | W_OK); if (ret != 0)