summaryrefslogtreecommitdiff
path: root/taskstats/taskstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'taskstats/taskstats.c')
-rw-r--r--taskstats/taskstats.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/taskstats/taskstats.c b/taskstats/taskstats.c
index f2cf16f7..361e99f5 100644
--- a/taskstats/taskstats.c
+++ b/taskstats/taskstats.c
@@ -234,13 +234,6 @@ void print_task_stats(const struct TaskStatistics* stats,
printf("--------------------------\n");
printf("%-25s%llu\n", "Voluntary switches:", s->nvcsw);
printf("%-25s%llu\n", "Involuntary switches:", s->nivcsw);
-
-#if TASKSTATS_VERSION > 8
- if (s->version > 8) {
- printf("%-25s%llu\n", "Thrashing count:", s->thrashing_count);
- printf("%-25s%llu\n", "Thrashing delay total:", s->thrashing_delay_total);
- }
-#endif
}
void print_usage() {