From e2d1344c7c4960da1f57e656c87c4599d81988aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 12:34:07 -0500 Subject: Remove trivial destructors and use default where possible --- ingen/URIMap.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'ingen/URIMap.hpp') diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp index 71cfb239..b07d4f50 100644 --- a/ingen/URIMap.hpp +++ b/ingen/URIMap.hpp @@ -40,7 +40,6 @@ class World; class INGEN_API URIMap : public Raul::Noncopyable { public: URIMap(Log& log, LV2_URID_Map* map, LV2_URID_Unmap* unmap); - virtual ~URIMap() {} uint32_t map_uri(const char* uri); uint32_t map_uri(const std::string& uri) { return map_uri(uri.c_str()); } -- cgit v1.2.1