summaryrefslogtreecommitdiff
path: root/includes/RtsAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/RtsAPI.h')
-rw-r--r--includes/RtsAPI.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/RtsAPI.h b/includes/RtsAPI.h
index f88cd0614c..a5e4dfd623 100644
--- a/includes/RtsAPI.h
+++ b/includes/RtsAPI.h
@@ -266,9 +266,6 @@ typedef struct _RTSStats {
// The number of times a GC thread has checked for work across all parallel
// GCs
uint64_t any_work;
- // The number of times a GC thread has checked for work and found none
- // across all parallel GCs
- uint64_t no_work;
// The number of times a GC thread has iterated it's outer loop across all
// parallel GCs
uint64_t scav_find_work;