]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http.c: reorder to avoid compilation failure.
authorJunio C Hamano <junkio@cox.net>
Sat, 19 Nov 2005 01:06:46 +0000 (17:06 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 20 Nov 2005 04:17:25 +0000 (20:17 -0800)
commit11979b98adc301fed84122237d0d5a26a360fede
tree42ce9f5e7ea2ea597e2de1754a3348ba3bf1e9f1
parent7b8999674955b9d6b58de2b8f71b2e2ede795f65
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>
http.c