| Index: runtime/vm/intermediate_language.h
|
| ===================================================================
|
| --- runtime/vm/intermediate_language.h (revision 23614)
|
| +++ runtime/vm/intermediate_language.h (working copy)
|
| @@ -1052,9 +1052,6 @@
|
|
|
| MoveOperands* MoveOperandsAt(intptr_t index) const { return moves_[index]; }
|
|
|
| - void SetSrcSlotAt(intptr_t index, const Location& loc);
|
| - void SetDestSlotAt(intptr_t index, const Location& loc);
|
| -
|
| intptr_t NumMoves() const { return moves_.length(); }
|
|
|
| virtual void PrintTo(BufferFormatter* f) const;
|
|
|