diff options
| author | Junio C Hamano <junkio@cox.net> | 2005-11-25 16:35:20 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2005-11-25 16:35:20 -0800 |
| commit | 93dcab2937624ebb97f91807576cddb242a55a46 (patch) | |
| tree | 8d16464f16866a7f215401a95f8bdaa124799d49 /name-rev.c | |
| parent | Merge branch 'master' (diff) | |
| parent | git-sh-setup: move the repository check to a core program. (diff) | |
| download | git-0.99.9k.tar.gz git-0.99.9k.zip | |
GIT 0.99.9kv0.99.9k
This is not 1.0rc4 yet, but to push the recent fixes out.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'name-rev.c')
| -rw-r--r-- | name-rev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/name-rev.c b/name-rev.c index 59194f1349..817e36b793 100644 --- a/name-rev.c +++ b/name-rev.c @@ -230,8 +230,6 @@ int main(int argc, char **argv) fwrite(p_start, p - p_start, 1, stdout); } } else if (all) { - extern struct object **objs; - extern int nr_objs; int i; for (i = 0; i < nr_objs; i++) |
