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

After adding the SEEN flag, the SCANNED flag became obviously
redundant - each object can get into process_queue through process()
only once, and therefore multiple calls to process_object() for the
same object are not possible.

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