[PATCH] fetch.c: Remove redundant TO_FETCH flag
commit51d8faf8608aa8d2f6a8c4b3c1b712adb0d39325
authorSergey Vlasov <vsu@altlinux.ru>
Wed, 21 Sep 2005 16:34:09 +0000 (21 20:34 +0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Sep 2005 04:52:11 +0000 (22 21:52 -0700)
tree90b7f2f0e79cd28e925d219c18f67ad95bfdc1b4
parent754ac00e710386ab575843225768d4885c11c8c4
[PATCH] fetch.c: Remove redundant TO_FETCH flag

The TO_FETCH flag also became redundant after adding the SEEN flag -
it was set and checked in process() to prevent adding the same object
to process_queue multiple times, but now SEEN guards against this.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch.c