[PATCH 3/5] removed superfluous code
manuel.f.zerpies at ww.stud.uni-erlangen.de
manuel.f.zerpies at ww.stud.uni-erlangen.de
Fri Nov 16 18:36:32 UTC 2012
From: Manuel Zerpies <manuel.f.zerpies at ww.stud.uni-erlangen.de>
the removed code will never be executed, because the flag DIST_BUFSIZE
is defined at this point
---
archival/gzip.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/archival/gzip.c b/archival/gzip.c
index 80db4f9..a2baebf 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -811,9 +811,6 @@ static const uint8_t bl_order[BL_CODES] ALIGN1 = {
# endif
# endif
#endif
-#ifndef DIST_BUFSIZE
-# define DIST_BUFSIZE LIT_BUFSIZE
-#endif
/* Sizes of match buffers for literals/lengths and distances. There are
* 4 reasons for limiting LIT_BUFSIZE to 64K:
* - frequencies can be kept in 16 bit counters
--
1.7.9.5
More information about the busybox
mailing list