From fb44f39b51c494566de32b72b02653f4ce6b43f1 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 1 Sep 2012 14:51:58 -0500 Subject: [PATCH] Remove unused code from imagex.c --- programs/imagex.c | 7 ------- 1 file changed, 7 deletions(-) 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*/ -- 2.43.0