1
0
mirror of https://github.com/git/git synced 2024-07-07 19:39:27 +00:00

diff-index: fix compilation warnings.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-04-27 01:59:00 -07:00
parent 9af0b8dbe2
commit 61678d87c2

View File

@ -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;