Code clean
[IRC.git] / Robust / src / Runtime / bamboo / MGCHash.c
index f85a1adee63907e78a60bbdd9825a938b253b55c..598162b7f5869f0cfd85cb1a66845c301e9260d3 100644 (file)
@@ -8,16 +8,6 @@
 #include "dmalloc.h"
 #endif
 
-#ifndef INTPTR
-#ifdef BIT64
-#define INTPTR long
-#define INTPTRSHIFT 3
-#else
-#define INTPTR int
-#define INTPTRSHIFT 2
-#endif
-#endif
-
 #define GC_SHIFT_BITS 4
 
 /* mgchash ********************************************************/