summaryrefslogtreecommitdiff
path: root/vm/alloc/MarkSweep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm/alloc/MarkSweep.cpp')
-rw-r--r--vm/alloc/MarkSweep.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm/alloc/MarkSweep.cpp b/vm/alloc/MarkSweep.cpp
index 2781a7cfa..008b40423 100644
--- a/vm/alloc/MarkSweep.cpp
+++ b/vm/alloc/MarkSweep.cpp
@@ -26,9 +26,6 @@
#include <sys/mman.h> // for madvise(), mmap()
#include <errno.h>
-typedef unsigned long Word;
-const size_t kWordSize = sizeof(Word);
-
/*
* Returns true if the given object is marked.
*/