From: Junio C Hamano Date: Wed, 27 Jan 2010 20:22:37 +0000 (-0800) Subject: transport_get(): drop unnecessary check for !remote X-Git-Tag: v1.7.0-rc1~27 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cb21d8f032b3784ffa7b340abbafb8c4b122d2cc?hp=cb21d8f032b3784ffa7b340abbafb8c4b122d2cc 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 ---