From: Junio C Hamano Date: Sat, 19 Nov 2005 01:06:46 +0000 (-0800) Subject: http.c: reorder to avoid compilation failure. X-Git-Tag: v0.99.9k^2~62 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=11979b98adc301fed84122237d0d5a26a360fede;hp=11979b98adc301fed84122237d0d5a26a360fede;p=git.git http.c: reorder to avoid compilation failure. Move the static function get_curl_handle() around to make sure its definition and declarations are seen by the compiler before its first use. Also remove an unused variable. Signed-off-by: Junio C Hamano ---