Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 67e6148c2f3a54a046452a8f79be64c9c4400981..381d4d57e73f5d1d9f59aea2e39443d09b8cff0a 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -481,7 +481,6 @@ namespace internal { |
F(LoadLookupSlot, 2, 2) \ |
F(LoadLookupSlotNoReferenceError, 2, 2) \ |
F(StoreLookupSlot, 4, 1) \ |
- F(StoreContextRelative, 4, 1) /* TODO(turbofan): Only temporary */ \ |
\ |
/* Declarations and initialization */ \ |
F(DeclareGlobals, 3, 1) \ |