Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 146b8dc48fafa4d885c37c975da1660a20379a81..db9a3e98422e963d48ccc2a0f4d71bf8b629666f 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) \ |