Chromium Code Reviews| Index: src/usage-analyzer.cc |
| diff --git a/src/usage-analyzer.cc b/src/usage-analyzer.cc |
| index 0f234d8d97cf2b5710811efb545a070a9b866690..2910fc671ba12275c84602f953ec27778d0bd84a 100644 |
| --- a/src/usage-analyzer.cc |
| +++ b/src/usage-analyzer.cc |
| @@ -33,8 +33,6 @@ |
| namespace v8 { namespace internal { |
| -DEFINE_bool(usage_computation, true, "compute variable usage counts"); |
| - |
| // Weight boundaries |
| static const int MinWeight = 1; |
| static const int MaxWeight = 1000000; |