Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index ea0ca9cc5bf61f20c157b8a1a6c2f94ce45a9e73..562b18a1ca57f1fb13217564ff8cd0ce47a968ff 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4974,11 +4974,6 @@ class Map: public HeapObject { |
static const int kIsShared = 0; |
static const int kFunctionWithPrototype = 1; |
- // 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; |