| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 46dcf4216d614e4b857172f7e78c38b20df2720f..2013f5053b5649bd8813dd3c25a2f755a8bac7d7 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -602,7 +602,6 @@ class AstGraphBuilder::Environment : public ZoneObject {
|
| LivenessAnalyzerBlock* liveness_block);
|
| Environment* CopyAndShareLiveness();
|
| void UpdateStateValues(Node** state_values, int offset, int count);
|
| - void UpdateStateValuesWithCache(Node** state_values, int offset, int count);
|
| Zone* zone() const { return builder_->local_zone(); }
|
| Graph* graph() const { return builder_->graph(); }
|
| AstGraphBuilder* builder() const { return builder_; }
|
|
|