From 27ac60757bacb8a0cdc9c1a73400b36f50689730 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 15 Jun 2009 13:10:43 -0400 Subject: [PATCH] ust: fix warnings --- ust/ust.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ust/ust.c b/ust/ust.c index b2f30f0..d957cb3 100644 --- a/ust/ust.c +++ b/ust/ust.c @@ -34,14 +34,12 @@ Commands:\n\ int parse_opts_long(int argc, char **argv, struct ust_opts *opts) { int c; - int digit_optind = 0; opts->cmd = NULL; opts->pids = NULL; opts->take_reply = 0; while (1) { - int this_option_optind = optind ? optind : 1; int option_index = 0; static struct option long_options[] = { {"start-trace", 0, 0, 1000}, -- 2.34.1