Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 7ad1c29854a86bfe24691d4cec300ac0ce11f534..c70252084d45e45306df919c19265547f9e8d945 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7592,10 +7592,6 @@ class JSFunction: public JSObject { |
static const int kNextFunctionLinkOffset = kNonWeakFieldsEndOffset; |
static const int kSize = kNextFunctionLinkOffset + kPointerSize; |
- // Layout of the literals array. |
- static const int kLiteralsPrefixSize = 1; |
- static const int kLiteralNativeContextIndex = 0; |
- |
// Layout of the bound-function binding array. |
static const int kBoundFunctionIndex = 0; |
static const int kBoundThisIndex = 1; |