summaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gc.c b/gc.c
index 284ca711..3f326c2e 100644
--- a/gc.c
+++ b/gc.c
@@ -43,8 +43,6 @@
#define PROT_STACK_SIZE 1024
#define HEAP_SIZE 16384
-#define REACHABLE 0x100
-#define FREE 0x200
typedef struct heap {
struct heap *next;