[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()
commit2449696bcd8b458ae604c35898ecab7271b97b40
authorSergey Vlasov <vsu@altlinux.ru>
Wed, 21 Sep 2005 16:34:19 +0000 (21 20:34 +0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Sep 2005 04:52:11 +0000 (22 21:52 -0700)
treeeaa92c9bb84995e22a312ef39e91e9d970ae1d29
parent7b64d06b2e74612a0970c8563845cb9ee34724af
[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