diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-19 21:20:32 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-19 21:38:03 +0200 |
commit | 76a0bf68c7cb55ff4506fbf460da143c3758b316 (patch) | |
tree | 75c5a1ac9386c046ff5a61190d85f954cf47c4be /src/lib | |
parent | 9f02beaba9a6ba7c86ad38eb28e6348d4c515c85 (diff) |
lib/curl/Global: remove redundant API docs
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/curl/Global.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/curl/Global.cxx b/src/lib/curl/Global.cxx index e17ff0280..4118d50ce 100644 --- a/src/lib/curl/Global.cxx +++ b/src/lib/curl/Global.cxx @@ -154,11 +154,6 @@ CurlSocket::OnSocketReady(unsigned flags) noexcept return true; } -/** - * Runs in the I/O thread. No lock needed. - * - * Throws std::runtime_error on error. - */ void CurlGlobal::Add(CURL *easy, CurlRequest &request) { @@ -197,11 +192,6 @@ ToRequest(CURL *easy) noexcept return (CurlRequest *)p; } -/** - * Check for finished HTTP responses. - * - * Runs in the I/O thread. The caller must not hold locks. - */ inline void CurlGlobal::ReadInfo() noexcept { |