From 5396b2f2397347ca425ad9d0290a02e5d12fd0de Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 17 Feb 2019 14:57:51 +0000 Subject: Removed unrequired destructor --- libadhocutil/plugins.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libadhocutil/plugins.h b/libadhocutil/plugins.h index 4ab4385..42d6062 100644 --- a/libadhocutil/plugins.h +++ b/libadhocutil/plugins.h @@ -80,7 +80,6 @@ namespace AdHoc { public: /// Constructor taking an instance and name, filename and line of install for Plugin. PluginOf(const std::shared_ptr & t, const std::string_view & n, const std::string_view & f, int l); - ~PluginOf() = default; /// Get the type of this plugin. const std::type_info & type() const override; -- cgit v1.2.3