Removed GC_DEBUG for x86_64
[cacao.git] / mm / boehm.c
index fb9800452155b8fe24f93672ddcbd3444f39f5ff..5ae8098038b9dc3908d4237b510a7c17d9f1d990 100644 (file)
@@ -26,7 +26,7 @@
 
    Authors: Stefan Ring
 
-   $Id: boehm.c 897 2004-01-21 00:49:42Z stefan $
+   $Id: boehm.c 925 2004-02-26 00:09:51Z twisti $
 
 */
 
 #include "builtin.h"
 #include "threads/thread.h"
 #include "toolbox/loging.h"
-
-/* this is temporary workaround */
-#if defined(__X86_64__)
-#define GC_DEBUG
-#endif
-
 #include "gc.h"