transport_get(): drop unnecessary check for !remote
commitcb21d8f032b3784ffa7b340abbafb8c4b122d2cc
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Jan 2010 20:22:37 +0000 (27 12:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jan 2010 20:22:37 +0000 (27 12:22 -0800)
tree0bc7a3f15a95372c7aa421d6c25152900b68dd8c
parent4da504608ea94fbcac65eb287d8d5791bddefd88
transport_get(): drop unnecessary check for !remote

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>
transport.c