git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
847bc38
)
Remove unused code from imagex.c
author
Eric Biggers
<ebiggers3@gmail.com>
Sat, 1 Sep 2012 19:51:58 +0000
(14:51 -0500)
committer
Eric Biggers
<ebiggers3@gmail.com>
Sat, 1 Sep 2012 19:51:58 +0000
(14:51 -0500)
programs/imagex.c
patch
|
blob
|
history
diff --git
a/programs/imagex.c
b/programs/imagex.c
index fc89cdfe036aec38146f5dee6464b1d3f54a82d8..6d8b1a882cfef9a1e281d07a8275dc3e6d375f91 100644
(file)
--- 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*/