remote.c: remove useless if-before-free test
commitc71e917975ecd5fdc4caef245cf18b244213e3f6
authorJim Meyering <meyering@redhat.com>
Tue, 19 Aug 2008 18:46:30 +0000 (19 20:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Aug 2008 04:09:30 +0000 (19 21:09 -0700)
treece4300f1a50e64f73a0762c0b25b65536d7215d2
parente9d7d10a7f17fb9cc6a4d37b6fdf27170f4deede
remote.c: remove useless if-before-free test

We removed a handful of these useless if-before-free tests several months
ago.  This change removes a new one that snuck back in.

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c