diff --git a/lib/decompress_bunzip2.c b/lib/decompress_bunzip2.c index 0ca2dcd..ee2862b 100644 --- a/lib/decompress_bunzip2.c +++ b/lib/decompress_bunzip2.c @@ -53,10 +53,6 @@ #include #endif /* STATIC */ -#ifndef INT_MAX -#define INT_MAX 0x7fffffff -#endif - /* Constants for Huffman coding */ #define MAX_GROUPS 6 #define GROUP_SIZE 50 /* 64 would have been more efficient */