Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 94acf5056d6fc7952901cd38af8343ea3a77bc0a..8ec82d105db4f34d99f2ff784225f7e31f6fd766 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5140,7 +5140,6 @@ class Code: public HeapObject { |
kind == BINARY_OP_IC; |
} |
- bool IsContextual(); // Only valid for IC stubs. |
inline StubType type(); // Only valid for monomorphic IC stubs. |
inline int arguments_count(); // Only valid for call IC stubs. |