[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>
Wed, 21 Sep 2005 19:32:32 +0000 (12:32 -0700)
commit125beb1e27c2f496a04b90b6079753c2baf49c31
tree7dc215b8c062534e128b4d0b42fe86222ee98641
parentf9cff269122432c4de47341f16c1661c7492d398
[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