]> granicus.if.org Git - sysstat/commitdiff
pidstat: Remove unused global variable
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 5 Apr 2020 07:50:55 +0000 (09:50 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 5 Apr 2020 07:50:55 +0000 (09:50 +0200)
Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
pidstat.c

index 0b4362e8510bfbee7ea97ce10059da6c319d4b0c..02f83bf22bdd5f8be3c49c04e6fa9c1bfe8108ef 100644 (file)
--- a/pidstat.c
+++ b/pidstat.c
@@ -62,7 +62,6 @@ struct tm ps_tstamp[3];
 char commstr[MAX_COMM_LEN];
 char userstr[MAX_USER_LEN];
 char procstr[MAX_COMM_LEN];
-int show_threads = FALSE;
 
 int cpu_nr = 0;                        /* Nb of processors on the machine */
 unsigned long tlmkb;           /* Total memory in kB */