Chromium Code Reviews| Index: runtime/vm/flow_graph_optimizer.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_optimizer.cc (revision 24537) |
| +++ runtime/vm/flow_graph_optimizer.cc (working copy) |
| @@ -5558,12 +5558,6 @@ |
| } |
| -void ConstantPropagator::VisitArgumentDefinitionTest( |
| - ArgumentDefinitionTestInstr* instr) { |
| - SetValue(instr, non_constant_); |
| -} |
| - |
| - |
| void ConstantPropagator::VisitCurrentContext(CurrentContextInstr* instr) { |
| SetValue(instr, non_constant_); |
| } |