Chromium Code Reviews| Index: src/fast-codegen.h |
| =================================================================== |
| --- src/fast-codegen.h (revision 3170) |
| +++ src/fast-codegen.h (working copy) |
| @@ -51,8 +51,6 @@ |
| private: |
| int SlotOffset(Slot* slot); |
| - void Move(Location destination, Location source); |
| - |
| void Move(Location destination, Register source); |
| void Move(Location destination, Slot* source); |
| void Move(Location destination, Literal* source); |