about summary refs log tree commit diff homepage
path: root/lib/Core/CoreStats.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core/CoreStats.h')
-rw-r--r--lib/Core/CoreStats.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Core/CoreStats.h b/lib/Core/CoreStats.h
index 1e463c65..354706f5 100644
--- a/lib/Core/CoreStats.h
+++ b/lib/Core/CoreStats.h
@@ -34,10 +34,6 @@ namespace stats {
   /// isn't normally up-to-date.
   extern Statistic states;
 
-  /// Instruction level statistic for tracking number of reachable
-  /// uncovered instructions.
-  extern Statistic reachableUncovered;
-
   /// Instruction level statistic tracking the minimum intraprocedural
   /// distance to an uncovered instruction; this is only periodically
   /// updated.