| Index: runtime/vm/flow_graph_type_propagator.h
|
| diff --git a/runtime/vm/flow_graph_type_propagator.h b/runtime/vm/flow_graph_type_propagator.h
|
| index 0e23e5e3bc44fa2df94f0e9d4da13b0b22a221ff..77be776e20a664a103d96726454ea561ee9197a6 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.h
|
| +++ b/runtime/vm/flow_graph_type_propagator.h
|
| @@ -46,8 +46,6 @@ class FlowGraphTypePropagator : public FlowGraphVisitor {
|
| // Mark definition as having given class id in all dominated instructions.
|
| void SetCid(Definition* value, intptr_t cid);
|
|
|
| - ConstrainedCompileType* MarkNonNullable(Definition* value);
|
| -
|
| void AddToWorklist(Definition* defn);
|
| Definition* RemoveLastFromWorklist();
|
|
|
|
|