From 08e0eb79f50dd89e6ab78091295b4eafc4dc0580 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 4 Jan 2024 18:04:20 +0100 Subject: [PATCH] lib/upnp/Discovery: remove unused default ctor --- 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 bd27c30de..6d150111c 100644 --- a/src/lib/upnp/Discovery.cxx +++ b/src/lib/upnp/Discovery.cxx @@ -30,8 +30,6 @@ public: */ std::chrono::steady_clock::time_point expires; - ContentDirectoryDescriptor() = default; - ContentDirectoryDescriptor(std::string &&_id, std::chrono::steady_clock::time_point last, std::chrono::steady_clock::duration exp) noexcept