]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rj/http-code-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Mar 2018 18:30:12 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Mar 2018 18:30:12 +0000 (11:30 -0700)
commit79cc6432ec12aee9efba11e739f4b24ca959b7bb
tree4bd6e38e646a5be8482ef4070e1474e1f524284e
parent564710379b4aa8300c25502b6090e50b8ea74bf5
parentb8fd6008ec5651925c46858499f182222174392c
Merge branch 'rj/http-code-cleanup'

There was an unused file-scope static variable left in http.c when
building for versions of libCURL that is older than 7.19.4, which
has been fixed.

* rj/http-code-cleanup:
  http: fix an unused variable warning for 'curl_no_proxy'
http.c