diff --git a/repo-config.c b/repo-config.c index 284af2273c..127afd784c 100644 --- a/repo-config.c +++ b/repo-config.c @@ -64,7 +64,6 @@ static int show_config(const char* key_, const char* value_) static int get_value(const char* key_, const char* regex_) { - int i; char *tl; key = strdup(key_);