Chromium Code Reviews| Index: runtime/vm/constants_arm.h |
| =================================================================== |
| --- runtime/vm/constants_arm.h (revision 19556) |
| +++ runtime/vm/constants_arm.h (working copy) |
| @@ -554,7 +554,6 @@ |
| // to allocate or create instances of class Instr. |
| // Use the At(pc) function to create references to Instr. |
| static Instr* At(uword pc) { return reinterpret_cast<Instr*>(pc); } |
| - Instr* Next() { return this + kInstrSize; } |
| private: |
| DISALLOW_ALLOCATION(); |