remove calloc calls
[compress.git] / debug.h
diff --git a/debug.h b/debug.h
index 62fc38d71e5c713b10324456ed7493adc7c87226..3b8a56e3f160258ccecc491c537be1f87ded774a 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -3,11 +3,6 @@
 
 /* constants */
 
-#define COMPRESS 1
-#define DECOMPRESS 2
-
-#define NB_CHARS 256
-
 #define DEBUG 4
 #define INFO 3
 #define WARNING 2