From 56f16b42c93af18fbb984e8d6384c03e5405e3ae Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 18 Nov 2003 21:37:52 +0000 Subject: tar -Z, uncompress support --- archival/libunarchive/decompress_uncompress.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'archival/libunarchive/decompress_uncompress.c') diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index 9851ca39d..5046e8a26 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c @@ -1,8 +1,6 @@ #include "config.h" #include "libbb.h" -#if defined CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS - /* uncompress for busybox -- (c) 2002 Robert Griebl * * based on the original compress42.c source @@ -293,6 +291,3 @@ extern int uncompress(int fd_in, int fd_out) return 0; } - - -#endif -- cgit v1.2.3