Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 6565bf50f448276979b7340d0be69cd83d6d2a58..1a93bf0bcb8cee851855c65941f7f6d481a0e493 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -276,7 +276,6 @@ namespace internal { |
F(SetCreateIterator, 2, 1) \ |
\ |
F(SetIteratorNext, 1, 1) \ |
- F(SetIteratorClose, 1, 1) \ |
\ |
/* Harmony maps */ \ |
F(MapInitialize, 1, 1) \ |
@@ -289,7 +288,6 @@ namespace internal { |
F(MapCreateIterator, 2, 1) \ |
\ |
F(MapIteratorNext, 1, 1) \ |
- F(MapIteratorClose, 1, 1) \ |
\ |
/* Harmony weak maps and sets */ \ |
F(WeakCollectionInitialize, 1, 1) \ |