Index: src/x87/macro-assembler-x87.cc |
diff --git a/src/x87/macro-assembler-x87.cc b/src/x87/macro-assembler-x87.cc |
index 5f3c27557b9c71bcbbfd4af03f0568b3396e61cd..593dfb7b967ae75ec0bab76b2db55f1bc805fd96 100644 |
--- a/src/x87/macro-assembler-x87.cc |
+++ b/src/x87/macro-assembler-x87.cc |
@@ -2111,18 +2111,6 @@ void MacroAssembler::InvokeFunction(Handle<JSFunction> function, |
} |
-void MacroAssembler::InvokeBuiltin(int native_context_index, InvokeFlag flag, |
- const CallWrapper& call_wrapper) { |
- // You can't call a builtin without a valid frame. |
- DCHECK(flag == JUMP_FUNCTION || has_frame()); |
- |
- // Fake a parameter count to avoid emitting code to do the check. |
- ParameterCount expected(0); |
- GetBuiltinFunction(edi, native_context_index); |
- InvokeFunctionCode(edi, no_reg, expected, expected, flag, call_wrapper); |
-} |
- |
- |
void MacroAssembler::GetBuiltinFunction(Register target, |
int native_context_index) { |
// Load the JavaScript builtin function from the builtins object. |