| Index: runtime/vm/intermediate_language.cc
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.cc (revision 13112)
|
| +++ runtime/vm/intermediate_language.cc (working copy)
|
| @@ -1205,16 +1205,6 @@
|
| }
|
|
|
|
|
| -RawAbstractType* BinaryMintOpInstr::CompileType() const {
|
| - return Type::MintType();
|
| -}
|
| -
|
| -
|
| -intptr_t BinaryMintOpInstr::ResultCid() const {
|
| - return kMintCid;
|
| -}
|
| -
|
| -
|
| RawAbstractType* UnboxedMintBinaryOpInstr::CompileType() const {
|
| return Type::IntType();
|
| }
|
|
|