Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-27 12:59:00 +0400
committerJunio C Hamano <junkio@cox.net>2006-04-27 12:59:00 +0400
commit61678d87c2aad3bd668196993d8c32f298ddf5ff (patch)
tree15b8c3f89d3a63ebe5e53868a81708bf1d9b1c31 /diff-index.c
parent9af0b8dbe2fb252262412a11254e2bcc6ffb87bb (diff)
diff-index: fix compilation warnings.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff-index.c')
-rw-r--r--diff-index.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/diff-index.c b/diff-index.c
index 86940123b3..8c9f60173b 100644
--- a/diff-index.c
+++ b/diff-index.c
@@ -11,7 +11,6 @@ COMMON_DIFF_OPTIONS_HELP;
int main(int argc, const char **argv)
{
struct rev_info rev;
- int match_missing = 0;
int cached = 0;
int i;