Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index e5dc7801b7ad3171b397ddbcf82426cd8b22771c..67a8b06da8327e1ed5c01dfcfffdba9e8f11cd24 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4994,11 +4994,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; |