Index: src/x64/assembler-x64.h |
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
index 213db2cc8ffa869a4a728d9e9d97d61390ea270f..7082af7fe1812297da544896fc41949d4be8c0c7 100644 |
--- a/src/x64/assembler-x64.h |
+++ b/src/x64/assembler-x64.h |
@@ -509,7 +509,6 @@ class Assembler : public Malloced { |
void push(Immediate value); |
void push(Register src); |
void push(const Operand& src); |
- void push(Label* label, RelocInfo::Mode relocation_mode); |
void pop(Register dst); |
void pop(const Operand& dst); |