Index: src/x64/assembler-x64.h |
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
index 852c83807097c00d9dffde4f1c9737e843e77448..5b4343a8f0e7a1ac6b07aa02ef232a120127e2a4 100644 |
--- a/src/x64/assembler-x64.h |
+++ b/src/x64/assembler-x64.h |
@@ -930,8 +930,7 @@ class Assembler : public AssemblerBase { |
void call(Label* L); |
void call(Address entry, RelocInfo::Mode rmode); |
void call(Handle<Code> target, |
- RelocInfo::Mode rmode = RelocInfo::CODE_TARGET, |
- TypeFeedbackId ast_id = TypeFeedbackId::None()); |
+ RelocInfo::Mode rmode = RelocInfo::CODE_TARGET); |
// Calls directly to the given address using a relative offset. |
// Should only ever be used in Code objects for calls within the |
@@ -2068,9 +2067,7 @@ class Assembler : public AssemblerBase { |
inline void emitp(void* x, RelocInfo::Mode rmode); |
inline void emitq(uint64_t x); |
inline void emitw(uint16_t x); |
- inline void emit_code_target(Handle<Code> target, |
- RelocInfo::Mode rmode, |
- TypeFeedbackId ast_id = TypeFeedbackId::None()); |
+ inline void emit_code_target(Handle<Code> target, RelocInfo::Mode rmode); |
inline void emit_runtime_entry(Address entry, RelocInfo::Mode rmode); |
inline void emit(Immediate x); |