Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 19ff62def296aa8e3e23048e22d2219cc324df26..ef5d7f6cae5e8d4e4787a46fede2a74fe8654c3c 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -331,7 +331,6 @@ namespace internal { |
F(CreateObjectHashTable, 0, 1) \ |
F(ObjectHashTableGet, 2, 1) \ |
F(ObjectHashTableSet, 3, 1) \ |
- F(ObjectHashTableHas, 2, 1) \ |
\ |
/* Statements */ \ |
F(NewClosure, 3, 1) \ |