remove unnecessary initializations

[jc: I needed to hand merge the changes to the updated codebase,
 so the result needs to be checked.]

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
David Rientjes
2006-08-15 10:23:48 -07:00
committed by Junio C Hamano
parent c9c3470aec
commit 96f1e58f52
42 changed files with 163 additions and 163 deletions

View File

@ -15,16 +15,16 @@
#define DO_NONFLAGS 8
static int filter = ~0;
static const char *def = NULL;
static const char *def;
#define NORMAL 0
#define REVERSED 1
static int show_type = NORMAL;
static int symbolic = 0;
static int abbrev = 0;
static int output_sq = 0;
static int symbolic;
static int abbrev;
static int output_sq;
static int revs_count = 0;
static int revs_count;
/*
* Some arguments are relevant "revision" arguments,