input/curl: remove unnecessary InvalidateSockets() call

Like fe598e7d30
This commit is contained in:
Max Kellermann 2019-12-24 11:41:52 +01:00
parent 9ef1f10319
commit 0dffe05bf7

View File

@ -180,7 +180,6 @@ CurlInputStream::FreeEasyIndirect() noexcept
{
BlockingCall(GetEventLoop(), [this](){
FreeEasy();
(*curl_init)->InvalidateSockets();
});
}