Merge branch 'lt/config'
authorJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 01:12:57 +0000 (18:12 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 01:12:57 +0000 (18:12 -0700)
* lt/config:

repo-config.c

index 284af22..127afd7 100644 (file)
@@ -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_);