summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortastytea2020-01-10 18:57:42 +0100
committertastytea2020-01-10 18:57:42 +0100
commit7ac1bc13775c457182df714bfb1d0b83100cd9e7 (patch)
tree8249c104866cb48e4aa2ac0fe550c640c9c749c1 /src
parent796e159cdc628631cd19eacfb1796fd117105c65 (diff)
downloadmastodonpp-7ac1bc13775c457182df714bfb1d0b83100cd9e7.tar
mastodonpp-7ac1bc13775c457182df714bfb1d0b83100cd9e7.tar.gz
mastodonpp-7ac1bc13775c457182df714bfb1d0b83100cd9e7.zip
Hide CURLWrapper::cancel_stream().
Diffstat (limited to 'src')
-rw-r--r--src/curl_wrapper.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/curl_wrapper.cpp b/src/curl_wrapper.cpp
index 5af9298..91fb39e 100644
--- a/src/curl_wrapper.cpp
+++ b/src/curl_wrapper.cpp
@@ -74,11 +74,6 @@ void CURLWrapper::set_proxy(const string_view proxy)
}
}
-void CURLWrapper::cancel_stream()
-{
- _stream_cancelled = true;
-}
-
answer_type CURLWrapper::make_request(const http_method &method, string uri,
const parametermap &parameters)
{