aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo-config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/repo-config.c b/repo-config.c
index 284af2273..127afd784 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_);