Chromium Code Reviews| Index: src/ia32/assembler-ia32.h |
| =================================================================== |
| --- src/ia32/assembler-ia32.h (revision 5685) |
| +++ src/ia32/assembler-ia32.h (working copy) |
| @@ -695,7 +695,6 @@ |
| void call(Label* L); |
| void call(byte* entry, RelocInfo::Mode rmode); |
| void call(const Operand& adr); |
| - void call(const ExternalReference& target); |
| void call(Handle<Code> code, RelocInfo::Mode rmode); |
| // Jumps |