| Index: src/x64/codegen-x64.cc
|
| diff --git a/src/x64/codegen-x64.cc b/src/x64/codegen-x64.cc
|
| index b3f4eaf75f106916c5daa9a4330bb79f7f3248d2..fa82835b011603bdbdc8268bea5b5bd657454b26 100644
|
| --- a/src/x64/codegen-x64.cc
|
| +++ b/src/x64/codegen-x64.cc
|
| @@ -678,8 +678,6 @@ void MathExpGenerator::EmitMathExp(MacroAssembler* masm,
|
| #undef __
|
|
|
|
|
| -static const int kNoCodeAgeSequenceLength = 6;
|
| -
|
| static byte* GetNoCodeAgeSequence(uint32_t* length) {
|
| static bool initialized = false;
|
| static byte sequence[kNoCodeAgeSequenceLength];
|
|
|