Index: src/mips64/lithium-codegen-mips64.h |
diff --git a/src/mips64/lithium-codegen-mips64.h b/src/mips64/lithium-codegen-mips64.h |
index b320dcb81767bff6d5490c7f8bdcb3925943483e..ded6b1ad8db221681c0b34b800ae02ce24660635 100644 |
--- a/src/mips64/lithium-codegen-mips64.h |
+++ b/src/mips64/lithium-codegen-mips64.h |
@@ -211,18 +211,11 @@ class LCodeGen: public LCodeGenBase { |
LInstruction* instr, |
LOperand* context); |
- enum A1State { |
- A1_UNINITIALIZED, |
- A1_CONTAINS_TARGET |
- }; |
- |
// Generate a direct call to a known function. Expects the function |
// to be in a1. |
void CallKnownFunction(Handle<JSFunction> function, |
- int formal_parameter_count, |
- int arity, |
- LInstruction* instr, |
- A1State a1_state); |
+ int formal_parameter_count, int arity, |
+ LInstruction* instr); |
void RecordSafepointWithLazyDeopt(LInstruction* instr, |
SafepointMode safepoint_mode); |