Chromium Code Reviews| Index: src/full-codegen.cc |
| =================================================================== |
| --- src/full-codegen.cc (revision 5806) |
| +++ src/full-codegen.cc (working copy) |
| @@ -301,11 +301,6 @@ |
| } |
| -MemOperand FullCodeGenerator::ContextOperand(Register context, int index) { |
| - return CodeGenerator::ContextOperand(context, index); |
| -} |
| - |
| - |
| int FullCodeGenerator::SlotOffset(Slot* slot) { |
| ASSERT(slot != NULL); |
| // Offset is negative because higher indexes are at lower addresses. |