[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()
authorSergey Vlasov <vsu@altlinux.ru>
Wed, 21 Sep 2005 16:34:19 +0000 (20:34 +0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 21 Sep 2005 19:32:32 +0000 (12:32 -0700)
commita85988d292152cd758026d542dff16cc9c6020a6
tree2b5ca962027c5e010e5da11ec2cbf1ed571755c8
parent5de0bfffbc3e32ca3574987a350b984d4a899f2e
[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()

If the SEEN flag was not set, the TO_SCAN flag cannot be set,
therefore testing it is pointless.

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