| 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 7a5e87e96594488f326b4dcf239d27fc18c820f4..3c1091769e4cc0718f629a78b14e8d419c047841 100644
|
| --- a/runtime/vm/flow_graph_type_propagator.h
|
| +++ b/runtime/vm/flow_graph_type_propagator.h
|
| @@ -27,7 +27,6 @@ class FlowGraphTypePropagator : public FlowGraphVisitor {
|
|
|
| virtual void VisitJoinEntry(JoinEntryInstr* instr);
|
| virtual void VisitCheckSmi(CheckSmiInstr* instr);
|
| - virtual void VisitCheckArrayBound(CheckArrayBoundInstr* instr);
|
| virtual void VisitCheckClass(CheckClassInstr* instr);
|
| virtual void VisitCheckClassId(CheckClassIdInstr* instr);
|
| virtual void VisitGuardFieldClass(GuardFieldClassInstr* instr);
|
|
|