transport_get(): drop unnecessary check for !remote
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Jan 2010 20:22:37 +0000 (12:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jan 2010 20:22:37 +0000 (12:22 -0800)
At the beginning of the function we make sure remote is not NULL, and
the remainder of the funciton already depends on it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found