[PATCH 3/5] removed superfluous code

Manuel Zerpies manuel.f.zerpies at ww.stud.uni-erlangen.de
Sat Nov 24 22:29:51 UTC 2012


bump.
On Fri, Nov 16, 2012 at 07:36:32PM +0100, Manuel Zerpies wrote:
> 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