Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 5cd787a1c567de9bf5f35c208844889942033b4d..919d9de6ae99b6c1babb3b237f931847e481145f 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -292,7 +292,6 @@ const uint32_t kFreeListZapValue = 0xfeed1eaf; |
#endif |
const int kCodeZapValue = 0xbadc0de; |
-const uint32_t kPhantomReferenceZap = 0xca11bac; |
// On Intel architecture, cache line size is 64 bytes. |
// On ARM it may be less (32 bytes), but as far this constant is |