Index: src/contexts.h |
diff --git a/src/contexts.h b/src/contexts.h |
index 64bfc4cd4f938d0c572f9ead9ad6e9263ba78570..94cd6307328102c36cd69c81f3deb5df214a4142 100644 |
--- a/src/contexts.h |
+++ b/src/contexts.h |
@@ -166,9 +166,6 @@ enum ContextLookupFlags { |
// the moment we also use it in generated code for context slot accesses - |
// and there we don't want a loop because of code bloat - but we may not |
// need it there after all (see comment in codegen_*.cc). |
-// |
-// - If we cannot get rid of fcontext, consider making 'previous' never NULL |
-// except for the global context. This could simplify Context::Lookup. |
class Context: public FixedArray { |
public: |