diff options
author | Martin Koegler <mkoegler@auto.tuwien.ac.at> | 2008-02-25 22:46:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-25 23:57:35 -0800 |
commit | 7914053ba9901be1f1530f46e8e2e6ee6f4ae5b1 (patch) | |
tree | b8ea9161af89a50853b30a6666762d26576b4932 /upload-pack.c | |
parent | 271b8d25b25e49b367087440e093e755e5f35aa9 (diff) | |
download | git-7914053ba9901be1f1530f46e8e2e6ee6f4ae5b1.tar.gz |
Remove unused object-ref code
Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'upload-pack.c')
-rw-r--r-- | upload-pack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/upload-pack.c b/upload-pack.c index d1d2c2a1f7..ba9ba59976 100644 --- a/upload-pack.c +++ b/upload-pack.c @@ -392,7 +392,6 @@ static int get_common_commits(void) char hex[41], last_hex[41]; int len; - track_object_refs = 0; save_commit_buffer = 0; for(;;) { |