]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: remove Curl_multi_dump
authorDaniel Stenberg <daniel@haxx.se>
Mon, 25 Sep 2023 07:42:47 +0000 (09:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 25 Sep 2023 10:35:40 +0000 (12:35 +0200)
commitd850eea2d03cf11dbbc5e3918d67ee9960139474
treebff88484f578b014d9250dc6a51cf21438141aad
parent72f0607488a665bf0c68f513230e5e26bce0e79d
multi: remove Curl_multi_dump

A debug-only function that is basically never used. Removed to ease the
use of the singleuse script to detect non-static functions not used
outside the file where it is defined.

Closes #11931
lib/multi.c