summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-15 18:12:57 -0700
committerJunio C Hamano <junkio@cox.net>2006-05-15 18:12:57 -0700
commit3adac0afe2f27aead02ed5dcf918e42e2172c3a4 (patch)
tree33a37b2a111bd6f6cea0c8a16554a7dcb6a8e4df
parentefca578eec57869994da0982e05dcf1dee0bc213 (diff)
parent8d48ad62a902556b523ee892a3fbe4206d576d3f (diff)
downloadgit-3adac0afe2f27aead02ed5dcf918e42e2172c3a4.tar.gz
Merge branch 'lt/config'
* lt/config:
-rw-r--r--repo-config.c1
1 files changed, 0 insertions, 1 deletions
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_);