Chromium Code Reviews| Index: src/compiler.h |
| diff --git a/src/compiler.h b/src/compiler.h |
| index 161f40458c99638d74b9d5e7ae3470f7c87e1a94..332d575dc2d00081bf6bc035e789124a484869a6 100644 |
| --- a/src/compiler.h |
| +++ b/src/compiler.h |
| @@ -560,8 +560,6 @@ class OptimizingCompiler: public ZoneObject { |
| class Compiler : public AllStatic { |
| public: |
| - static const int kMaxInliningLevels = 3; |
| - |
| // Call count before primitive functions trigger their own optimization. |
| static const int kCallsUntilPrimitiveOpt = 200; |