]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_multi_remove_handle: remove dead code
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 Oct 2014 21:46:10 +0000 (23:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Oct 2014 21:46:10 +0000 (23:46 +0200)
commitb0bfae19636aa01937a683fa248a8dfb3a555992
tree6bc2eaf920f522e2cc566ec49375cc8e619c49cf
parentb9a34e818e9ada06a057459270340ea9a4799c01
curl_multi_remove_handle: remove dead code

Coverify CID 1157776. Removed a superfluous if() that always evaluated
true (and an else clause that never ran), and then re-indented the
function accordingly.
lib/multi.c