changes to build script to increase java heap memory
[IRC.git] / Robust / src / Runtime / DSTM / interface / gCollect.c
index 9e5e08c62faea32753d78d911a16500a8d9cbcfc..1dd09c25e6ebaa2f3e9c8a9d7e559d4acc9305a1 100644 (file)
@@ -140,9 +140,6 @@ void clearPLookUpTable(void *begin, void *end) {
         objheader_t *objheader;
         if((objheader = prehashSearch(oid)) != NULL) {
           prehashRemove(oid);
-#ifdef CHECKTA
-        printf("%s() clearing Look up table for oid = %x\n", __func__, oid);
-#endif
         }
       }
     }