Silence compiler warning 'unused parameter running_handles' in function multi_runsing...
authorYang Tse <yangsita@gmail.com>
Thu, 3 Aug 2006 11:41:49 +0000 (11:41 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 3 Aug 2006 11:41:49 +0000 (11:41 +0000)
commitd211fcd34fe1c667abb55f5a1f56da8824faeb52
tree8589005f1935543dd455b1b8c42d828dc05eefec
parent159834171e0ae174634cd88385b223d0dafec359
Silence compiler warning 'unused parameter running_handles' in function multi_runsingle(). This is done here returning multi->num_alive in the running_handles parameter even when functions that call multi_runsingle() at this moment overwrite the returned value with the one that is valid when those functions curl_multi_perform() and multi_socket() have removed expired timers from the splay. Most probably, parameter 'running_handles' in function multi_runsingle() should be just removed.
lib/multi.c