Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| =================================================================== |
| --- runtime/vm/il_printer.cc (revision 11757) |
| +++ runtime/vm/il_printer.cc (working copy) |
| @@ -414,11 +414,6 @@ |
| } |
| -void BinaryDoubleOpComp::PrintOperandsTo(BufferFormatter* f) const { |
| - f->Print("%s", Token::Str(op_kind())); |
| -} |
| - |
| - |
| void UnarySmiOpComp::PrintOperandsTo(BufferFormatter* f) const { |
| f->Print("%s, ", Token::Str(op_kind())); |
| value()->PrintTo(f); |