Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.cc (revision 24474) |
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
| @@ -786,11 +786,6 @@ |
| } |
| -CompileType ArgumentDefinitionTestInstr::ComputeType() const { |
| - return CompileType::Bool(); |
| -} |
| - |
| - |
| CompileType BooleanNegateInstr::ComputeType() const { |
| return CompileType::Bool(); |
| } |