From 9f68bbbc0b7626d3831bf67118a76e3452c04bfc Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Sun, 22 Aug 2010 16:31:21 +0300 Subject: [PATCH] parser: Remove unused variable Signed-off-by: Timo Kokkonen --- parse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/parse.c b/parse.c index b3c87e2..a7b73cd 100644 --- a/parse.c +++ b/parse.c @@ -105,7 +105,6 @@ static int should_scan_process(struct parse_opts *opts, struct process *process) { struct pidlist *pid; int match = 0; - char *name; if (is_parse_option(opts, PARSE_PID)) { list_for_each_entry(pid, &opts->pidlist, list) { -- 2.45.0