diff options
Diffstat (limited to 'deps/v8/src/compiler/js-graph.h')
-rw-r--r-- | deps/v8/src/compiler/js-graph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/compiler/js-graph.h b/deps/v8/src/compiler/js-graph.h index 16760a5a9d..5a25ed0697 100644 --- a/deps/v8/src/compiler/js-graph.h +++ b/deps/v8/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); |