fetch.c: remove an unused variable and dead code.
authorJunio C Hamano <junkio@cox.net>
Wed, 24 May 2006 23:42:38 +0000 (16:42 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 24 May 2006 23:42:38 +0000 (16:42 -0700)
Funnily enough, this variable was never assigned ever since it
was introduced, and has been protecting some code that has never
been executed.

Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found