lib/upnp/Discovery: remove obsolete comment

This commit is contained in:
Max Kellermann 2017-08-25 10:16:19 +02:00
parent be29da46f8
commit 2a5010a426
1 changed files with 0 additions and 2 deletions

View File

@ -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());
});