[PATCH] fetch.c: Remove redundant TO_FETCH flag
authorSergey Vlasov <vsu@altlinux.ru>
Wed, 21 Sep 2005 16:34:09 +0000 (20:34 +0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Sep 2005 19:32:32 +0000 (12:32 -0700)
commitc5c0f452f5d123db7a78b46f9f1734967243ad68
tree686f47350cac35f1bd60058a3cd1b4116923506a
parent125beb1e27c2f496a04b90b6079753c2baf49c31
[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