author | Junio C Hamano <junkio@cox.net> | |
Sat, 19 Nov 2005 01:06:46 +0000 (17:06 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 20 Nov 2005 04:17:25 +0000 (20:17 -0800) | ||
commit | 11979b98adc301fed84122237d0d5a26a360fede | |
tree | 42ce9f5e7ea2ea597e2de1754a3348ba3bf1e9f1 | tree | snapshot |
parent | 7b8999674955b9d6b58de2b8f71b2e2ede795f65 | commit | diff |
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 <junkio@cox.net>
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 <junkio@cox.net>
http.c | diff | blob | history |