| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index 1a3927e3d5f67257f56426162d1cd7edada20159..3efa3b30cc39dfb4d7155539b02d6629bbafe723 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -117,8 +117,6 @@ class EffectGraphVisitor : public AstNodeVisitor {
|
| // Append a Goto (unconditional control flow) instruction and close
|
| // the graph fragment. Assumes this graph fragment is open.
|
| void Goto(JoinEntryInstr* join);
|
| - // Build a computation for a constant value.
|
| - MaterializeComp* Constant(const Object& value);
|
|
|
| // Append a 'diamond' branch and join to this graph, depending on which
|
| // parts are reachable. Assumes this graph is open.
|
|
|