From 2a5010a426a107fbb9c5d00b9505d076e1bc2be7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Aug 2017 10:16:19 +0200 Subject: [PATCH] lib/upnp/Discovery: remove obsolete comment --- src/lib/upnp/Discovery.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/upnp/Discovery.cxx b/src/lib/upnp/Discovery.cxx index 4cfbf85f4..143434a6b 100644 --- a/src/lib/upnp/Discovery.cxx +++ b/src/lib/upnp/Discovery.cxx @@ -267,8 +267,6 @@ UPnPDeviceDirectory::UPnPDeviceDirectory(EventLoop &event_loop, UPnPDeviceDirectory::~UPnPDeviceDirectory() { - /* this destructor exists here just so it won't get inlined */ - BlockingCall(curl->GetEventLoop(), [this](){ downloaders.clear_and_dispose(DeleteDisposer()); });