diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-27 01:59:00 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-27 01:59:00 -0700 |
commit | 61678d87c2aad3bd668196993d8c32f298ddf5ff (patch) | |
tree | 15b8c3f89d3a63ebe5e53868a81708bf1d9b1c31 | |
parent | t0000-basic: more commit-tree tests. (diff) | |
download | tgif-61678d87c2aad3bd668196993d8c32f298ddf5ff.tar.xz |
diff-index: fix compilation warnings.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | diff-index.c | 1 |
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; |