Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 19ca422bf7ce8b5e472d0669d0c2906996a7cc8e..257f0e54c35d198f2c6ee16d605e961702edf4f7 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3941,9 +3941,6 @@ |
InitializationFlag* init_flag, |
MaybeAssignedFlag* maybe_assigned_flag); |
- static int LexicalContextSlotIndex(Handle<ScopeInfo> scope_info, |
- Handle<String> name); |
- |
// Lookup the name of a certain context slot by its index. |
String* ContextSlotName(int slot_index); |
@@ -3988,7 +3985,6 @@ |
V(ParameterCount) \ |
V(StackLocalCount) \ |
V(ContextLocalCount) \ |
- V(LexicalContextLocalCount) \ |
V(ContextGlobalCount) \ |
V(StrongModeFreeVariableCount) |