| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index bb05ebbfb4c9043412166980131463c1391fd68e..0717761d45271b546feebcff1927f38c0b487f23 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -2078,7 +2078,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
|
|
| // Even in the 'unlimited' case we have to have some limit in order not to
|
| // overflow the stack.
|
| - static const int kUnlimitedMaxInlinedSourceSize = 100000;
|
| static const int kUnlimitedMaxInlinedNodes = 10000;
|
| static const int kUnlimitedMaxInlinedNodesCumulative = 10000;
|
|
|
|
|