Index: src/mips64/macro-assembler-mips64.h |
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h |
index acb336dfac9170ac768634857e62e5a697127195..bc2eaa95b54ddccb355e93f79c67da1f948356ab 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -1450,10 +1450,6 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
void JumpToExternalReference(const ExternalReference& builtin, |
BranchDelaySlot bd = PROTECT); |
- // Invoke specified builtin JavaScript function. |
- void InvokeBuiltin(int native_context_index, InvokeFlag flag, |
- const CallWrapper& call_wrapper = NullCallWrapper()); |
- |
struct Unresolved { |
int pc; |
uint32_t flags; // See Bootstrapper::FixupFlags decoders/encoders. |