Index: src/compiler/js-graph.h |
diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h |
index 16760a5a9d189066f764015f2ab75d1324c7c8d1..5a25ed0697c8c335998920d82b7430d52ca950a2 100644 |
--- a/src/compiler/js-graph.h |
+++ b/src/compiler/js-graph.h |
@@ -158,7 +158,6 @@ class JSGraph : public ZoneObject { |
CommonNodeCache cache_; |
Node* cached_nodes_[kNumCachedNodes]; |
- Node* ImmovableHeapConstant(Handle<HeapObject> value); |
Node* NumberConstant(double value); |
DISALLOW_COPY_AND_ASSIGN(JSGraph); |