Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 5bda88e162e0e1101ea40448c73f3b6042f101a7..5b06dac12dfeacd4d793116c32be39147c45670a 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5010,11 +5010,6 @@ class Map: public HeapObject { |
static const int kFunctionWithPrototype = 1; |
static const int kUsedForPrototype = 2; |
- // Layout of the default cache. It holds alternating name and code objects. |
- static const int kCodeCacheEntrySize = 2; |
- static const int kCodeCacheEntryNameOffset = 0; |
- static const int kCodeCacheEntryCodeOffset = 1; |
- |
typedef FixedBodyDescriptor<kPointerFieldsBeginOffset, |
kPointerFieldsEndOffset, |
kSize> BodyDescriptor; |