Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 6c498dee0d582b4766469936775cc4e263a0ab3c..67614d9ad163259d2585cd4ca5fba0b9485b6dfa 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -279,7 +279,6 @@ namespace internal { |
F(SetCreateIterator, 2, 1) \ |
\ |
F(SetIteratorNext, 1, 1) \ |
- F(SetIteratorClose, 1, 1) \ |
\ |
/* Harmony maps */ \ |
F(MapInitialize, 1, 1) \ |
@@ -292,7 +291,6 @@ namespace internal { |
F(MapCreateIterator, 2, 1) \ |
\ |
F(MapIteratorNext, 1, 1) \ |
- F(MapIteratorClose, 1, 1) \ |
\ |
/* Harmony weak maps and sets */ \ |
F(WeakCollectionInitialize, 1, 1) \ |