]> wimlib.net Git - wimlib/commitdiff
Remove unused code from imagex.c
authorEric Biggers <ebiggers3@gmail.com>
Sat, 1 Sep 2012 19:51:58 +0000 (14:51 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 1 Sep 2012 19:51:58 +0000 (14:51 -0500)
programs/imagex.c

index fc89cdfe036aec38146f5dee6464b1d3f54a82d8..6d8b1a882cfef9a1e281d07a8275dc3e6d375f91 100644 (file)
@@ -1452,10 +1452,3 @@ int main(int argc, const char **argv)
        usage_all();
        return 1;
 }
        usage_all();
        return 1;
 }
-/*#ifndef WITH_NTFS_3G*/
-               /*ERROR("wimlib was not compiled with support for NTFS-3g, so we cannot extract");*/
-               /*ERROR("a WIM to a NTFS filesystem while preserving NTFS-specific metadata.");*/
-               /*ERROR("Please apply the WIM to a directory rather than a block device, ");*/
-               /*ERROR("and without the NTFS flag; or compile in support for NTFS-3g.");*/
-               /*return WIMLIB_ERR_UNSUPPORTED;*/
-/*#endif*/