Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 8e4ad98e31ff570230dd38cd0d83a8efe9611ad0..dd4b70ea8673187ebb0870c49bc9bee12091645f 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -340,10 +340,6 @@ void FullCodeGenerator::EmitProfilingCounterReset() { |
} |
-const int FullCodeGenerator::kMaxBackEdgeWeight = 127; |
-const int FullCodeGenerator::kBackEdgeDistanceUnit = 142; |
- |
- |
void FullCodeGenerator::EmitStackCheck(IterationStatement* stmt, |
Label* back_edge_target) { |
// The generated code is used in Deoptimizer::PatchStackCheckCodeAt so we need |