All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] delayacct: Remove some unused variables
@ 2022-06-09 14:44 cxbing
  0 siblings, 0 replies; only message in thread
From: cxbing @ 2022-06-09 14:44 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Balbir Singh, linux-kernel, cxbing

From: cxbing <chenxuebing@jari.cn>

Drop the unused variables *done* and *count*.

Signed-off-by: cxbing <chenxuebing@jari.cn>
---
 tools/accounting/getdelays.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tools/accounting/getdelays.c b/tools/accounting/getdelays.c
index 11e86739456d..ea54ee53a802 100644
--- a/tools/accounting/getdelays.c
+++ b/tools/accounting/getdelays.c
@@ -45,7 +45,6 @@
 		exit(code);			\
 	} while (0)
 
-int done;
 int rcvbufsz;
 char name[100];
 int dbg;
@@ -279,7 +278,6 @@ int main(int argc, char *argv[])
 	pid_t rtid = 0;
 
 	int fd = 0;
-	int count = 0;
 	int write_file = 0;
 	int maskset = 0;
 	char *logfile = NULL;
@@ -489,7 +487,6 @@ int main(int argc, char *argv[])
 				len2 = 0;
 				/* For nested attributes, na follows */
 				na = (struct nlattr *) NLA_DATA(na);
-				done = 0;
 				while (len2 < aggr_len) {
 					switch (na->nla_type) {
 					case TASKSTATS_TYPE_PID:
@@ -503,7 +500,6 @@ int main(int argc, char *argv[])
 							printf("TGID\t%d\n", rtid);
 						break;
 					case TASKSTATS_TYPE_STATS:
-						count++;
 						if (print_delays)
 							print_delayacct((struct taskstats *) NLA_DATA(na));
 						if (print_io_accounting)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-09 15:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 14:44 [PATCH] delayacct: Remove some unused variables cxbing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.