diff options
Diffstat (limited to 'sim/common/sim-options.c')
-rw-r--r-- | sim/common/sim-options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index a6cd003..9f23833 100644 --- a/sim/common/sim-options.c +++ b/sim/common/sim-options.c @@ -1078,7 +1078,6 @@ complete_option_list (char **ret, size_t *cnt, const struct option_list *ol, const char *text, const char *word) { const OPTION *opt = NULL; - int argi; size_t len = strlen (word); for ( ; ol != NULL; ol = ol->next) |