From: Timo Kokkonen Date: Sun, 22 Aug 2010 13:31:21 +0000 (+0300) Subject: parser: Remove unused variable X-Git-Url: http://git.itanic.dy.fi/?p=scan-pagemap;a=commitdiff_plain;h=9f68bbbc0b7626d3831bf67118a76e3452c04bfc parser: Remove unused variable Signed-off-by: Timo Kokkonen --- 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) {