From 63c24a3dc620b1012010bbc06afc1b6a22eeda9d Mon Sep 17 00:00:00 2001 From: Frank Busse Date: Thu, 6 Jan 2022 09:55:40 +0000 Subject: stats: remove reachableUncovered (unused) --- lib/Core/CoreStats.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/Core/CoreStats.h') 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. -- cgit 1.4.1