aboutsummaryrefslogtreecommitdiff
path: root/src/xz/message.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-05-27 13:42:44 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-05-27 13:42:44 +0300
commita334348dc02803241cf4e0a539eecdc0e7ad2cc7 (patch)
tree0e1fcb4305fdb8734e5fe34002748c005af8ea73 /src/xz/message.c
parentRemove unused chunk_size.c. (diff)
downloadxz-a334348dc02803241cf4e0a539eecdc0e7ad2cc7.tar.xz
Remove references to the Subblock filter in xz and tests.
Thanks to Jonathan Nieder.
Diffstat (limited to 'src/xz/message.c')
-rw-r--r--src/xz/message.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xz/message.c b/src/xz/message.c
index 94140132..ff218c48 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -1181,15 +1181,6 @@ message_help(bool long_help)
" dist=NUM distance between bytes being subtracted\n"
" from each other (1-256; 1)"));
#endif
-
-#if defined(HAVE_ENCODER_SUBBLOCK) || defined(HAVE_DECODER_SUBBLOCK)
- puts(_(
-"\n"
-" --subblock[=OPTS] Subblock filter; valid OPTS (valid values; default):\n"
-" size=NUM number of bytes of data per subblock\n"
-" (1 - 256Mi; 4Ki)\n"
-" rle=NUM run-length encoder chunk size (0-256; 0)"));
-#endif
}
if (long_help)