Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.cc (revision 33058) |
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
| @@ -991,11 +991,6 @@ |
| } |
| -CompileType* StoreVMFieldInstr::ComputeInitialType() const { |
| - return value()->Type(); |
| -} |
| - |
| - |
| CompileType BinarySmiOpInstr::ComputeType() const { |
| return CompileType::FromCid(kSmiCid); |
| } |