summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler.h')
-rw-r--r--deps/v8/src/compiler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/src/compiler.h b/deps/v8/src/compiler.h
index 161f40458c..332d575dc2 100644
--- a/deps/v8/src/compiler.h
+++ b/deps/v8/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;