lib/curl/Global: remove redundant API docs

This commit is contained in:
Max Kellermann 2019-08-19 21:20:32 +02:00
parent 9f02beaba9
commit 76a0bf68c7

View File

@ -154,11 +154,6 @@ CurlSocket::OnSocketReady(unsigned flags) noexcept
return true; return true;
} }
/**
* Runs in the I/O thread. No lock needed.
*
* Throws std::runtime_error on error.
*/
void void
CurlGlobal::Add(CURL *easy, CurlRequest &request) CurlGlobal::Add(CURL *easy, CurlRequest &request)
{ {
@ -197,11 +192,6 @@ ToRequest(CURL *easy) noexcept
return (CurlRequest *)p; return (CurlRequest *)p;
} }
/**
* Check for finished HTTP responses.
*
* Runs in the I/O thread. The caller must not hold locks.
*/
inline void inline void
CurlGlobal::ReadInfo() noexcept CurlGlobal::ReadInfo() noexcept
{ {