From: Eric Biggers Date: Sat, 1 Sep 2012 19:51:58 +0000 (-0500) Subject: Remove unused code from imagex.c X-Git-Tag: v1.0.0~7 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=fb44f39b51c494566de32b72b02653f4ce6b43f1 Remove unused code from imagex.c --- diff --git a/programs/imagex.c b/programs/imagex.c index fc89cdfe..6d8b1a88 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -1452,10 +1452,3 @@ int main(int argc, const char **argv) 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*/