about summary refs log tree commit diff homepage
path: root/lib/Core/CoreStats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core/CoreStats.cpp')
-rw-r--r--lib/Core/CoreStats.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Core/CoreStats.cpp b/lib/Core/CoreStats.cpp
index ca2ef1c9..2589d7da 100644
--- a/lib/Core/CoreStats.cpp
+++ b/lib/Core/CoreStats.cpp
@@ -21,7 +21,6 @@ Statistic stats::instructionTime("InstructionTimes", "Itime");
 Statistic stats::instructions("Instructions", "I");
 Statistic stats::minDistToReturn("MinDistToReturn", "Rdist");
 Statistic stats::minDistToUncovered("MinDistToUncovered", "UCdist");
-Statistic stats::reachableUncovered("ReachableUncovered", "IuncovReach");
 Statistic stats::resolveTime("ResolveTime", "Rtime");
 Statistic stats::solverTime("SolverTime", "Stime");
 Statistic stats::states("States", "States");