diff options
Diffstat (limited to 'lib_generic/bzlib_randtable.c')
| -rw-r--r-- | lib_generic/bzlib_randtable.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/lib_generic/bzlib_randtable.c b/lib_generic/bzlib_randtable.c index a0dd573d1..c3dc7e418 100644 --- a/lib_generic/bzlib_randtable.c +++ b/lib_generic/bzlib_randtable.c @@ -1,5 +1,4 @@  #include <config.h> -#ifdef CONFIG_BZIP2  /*-------------------------------------------------------------*/  /*--- Table for randomising repetitive blocks               ---*/ @@ -124,5 +123,3 @@ Int32 BZ2_rNums[512] = {  /*-------------------------------------------------------------*/  /*--- end                                       randtable.c ---*/  /*-------------------------------------------------------------*/ - -#endif /* CONFIG_BZIP2 */ |