|
@@ -1,5 +1,4 @@
|
|
#include <config.h>
|
|
#include <config.h>
|
|
-#ifdef CONFIG_BZIP2
|
|
|
|
|
|
|
|
/*-------------------------------------------------------------*/
|
|
/*-------------------------------------------------------------*/
|
|
/*--- Huffman coding low-level stuff ---*/
|
|
/*--- Huffman coding low-level stuff ---*/
|
|
@@ -228,5 +227,3 @@ void BZ2_hbCreateDecodeTables ( Int32 *limit,
|
|
/*-------------------------------------------------------------*/
|
|
/*-------------------------------------------------------------*/
|
|
/*--- end huffman.c ---*/
|
|
/*--- end huffman.c ---*/
|
|
/*-------------------------------------------------------------*/
|
|
/*-------------------------------------------------------------*/
|
|
-
|
|
|
|
-#endif /* CONFIG_BZIP2 */
|
|
|