X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=repo-config.c;h=127afd784c1fcdb531c1d3435f724d0041151e90;hb=3a4b3f269c4ba1eebd5ab7206ee0915667b20cc8;hp=284af2273c2e34e9138cd1817571d5402ceda89f;hpb=05f743f328e56780fb86c57da65f41df6e3b19a3;p=git.git diff --git a/repo-config.c b/repo-config.c index 284af227..127afd78 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_);