Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index 74f0ae53194a813e14cc89326386243693417a87..406ae28c7242a3bbabea381261f9f02101cdf5cc 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -423,9 +423,6 @@ class Context: public FixedArray { |
inline bool HasSameSecurityTokenAs(Context* that); |
- // Initializes global variable bindings in given script context. |
- void InitializeGlobalSlots(); |
- |
// A native context holds a list of all functions with optimized code. |
void AddOptimizedFunction(JSFunction* function); |
void RemoveOptimizedFunction(JSFunction* function); |