From 6e3b2fd844b3bbffaa93a4d85736e405f917acc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 19 Aug 2019 21:20:32 +0200 Subject: [PATCH] lib/curl/Global: remove redundant API docs --- src/lib/curl/Global.cxx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/lib/curl/Global.cxx b/src/lib/curl/Global.cxx index bd4494b7a..168b98de4 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) { @@ -195,11 +190,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 {