maint: remove dead code
authorJim Meyering <meyering@fb.com>
Wed, 29 Jul 2015 05:31:30 +0000 (22:31 -0700)
committerJim Meyering <meyering@fb.com>
Thu, 30 Jul 2015 16:24:48 +0000 (09:24 -0700)
commit0f0c6c12169dd2bcb05909e20e10f94a1c54d69f
tree83356f3c4439e1f513a1bd25e1766e487cb40383
parent5054e88a7934d5ff5ec14231c8b8676161bb45fa
maint: remove dead code

This package has not been compilable with -DCRYPT
since commit v1.4-82-g9d1b943.  Remove final vestiges.
* bits.c (copy_block) [CRYPT]: Remove #ifdef'd code.
* inflate.c (NEXTBYTE) [CRYPT]: Likewise.
Prompted by a report from Flávio Medeiros
that HEADER and T might be used uninitialized.
bits.c
inflate.c