Commit 2a5010a4 authored by Max Kellermann's avatar Max Kellermann

lib/upnp/Discovery: remove obsolete comment

parent be29da46
...@@ -267,8 +267,6 @@ UPnPDeviceDirectory::UPnPDeviceDirectory(EventLoop &event_loop, ...@@ -267,8 +267,6 @@ UPnPDeviceDirectory::UPnPDeviceDirectory(EventLoop &event_loop,
UPnPDeviceDirectory::~UPnPDeviceDirectory() UPnPDeviceDirectory::~UPnPDeviceDirectory()
{ {
/* this destructor exists here just so it won't get inlined */
BlockingCall(curl->GetEventLoop(), [this](){ BlockingCall(curl->GetEventLoop(), [this](){
downloaders.clear_and_dispose(DeleteDisposer()); downloaders.clear_and_dispose(DeleteDisposer());
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment