| Index: src/flag-definitions.h
 | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
 | 
| index acb0ccc370d8a8443eec1d59d8fa12982882d2b5..45bd02d9da6bb49b4239661662b3124b7cb3de06 100644
 | 
| --- a/src/flag-definitions.h
 | 
| +++ b/src/flag-definitions.h
 | 
| @@ -247,8 +247,6 @@ DEFINE_bool(self_optimization, false,
 | 
|  DEFINE_bool(direct_self_opt, false,
 | 
|              "call recompile stub directly when self-optimizing")
 | 
|  DEFINE_bool(retry_self_opt, false, "re-try self-optimization if it failed")
 | 
| -DEFINE_bool(count_based_interrupts, false,
 | 
| -            "trigger profiler ticks based on counting instead of timing")
 | 
|  DEFINE_bool(interrupt_at_exit, false,
 | 
|              "insert an interrupt check at function exit")
 | 
|  DEFINE_bool(weighted_back_edges, false,
 | 
| @@ -264,7 +262,6 @@ DEFINE_implication(experimental_profiler, watch_ic_patching)
 | 
|  DEFINE_implication(experimental_profiler, self_optimization)
 | 
|  // Not implying direct_self_opt here because it seems to be a bad idea.
 | 
|  DEFINE_implication(experimental_profiler, retry_self_opt)
 | 
| -DEFINE_implication(experimental_profiler, count_based_interrupts)
 | 
|  DEFINE_implication(experimental_profiler, interrupt_at_exit)
 | 
|  DEFINE_implication(experimental_profiler, weighted_back_edges)
 | 
|  
 | 
| 
 |