| Index: src/a64/lithium-codegen-a64.h
|
| diff --git a/src/a64/lithium-codegen-a64.h b/src/a64/lithium-codegen-a64.h
|
| index e926023bb2661fba763254bd0beaaf8a8ca23b68..f802c3af452cb4798b9d6031230b52ba42541fe0 100644
|
| --- a/src/a64/lithium-codegen-a64.h
|
| +++ b/src/a64/lithium-codegen-a64.h
|
| @@ -210,7 +210,6 @@ class LCodeGen: public LCodeGenBase {
|
| Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
|
| SmiCheck check_needed);
|
|
|
| - void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code);
|
| int DefineDeoptimizationLiteral(Handle<Object> literal);
|
| void PopulateDeoptimizationData(Handle<Code> code);
|
| void PopulateDeoptimizationLiteralsWithInlinedFunctions();
|
|
|