From a8277148230bf02c89656e3839b72d77e8d91cf0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 16 Jan 2014 09:07:52 +0100 Subject: db/upnp: don't initialize attributes to nullptr Not necessary, these are not used. --- src/db/UpnpDatabasePlugin.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/db/UpnpDatabasePlugin.cxx b/src/db/UpnpDatabasePlugin.cxx index 48dff67ae..5381b30a9 100644 --- a/src/db/UpnpDatabasePlugin.cxx +++ b/src/db/UpnpDatabasePlugin.cxx @@ -57,10 +57,6 @@ class UpnpDatabase : public Database { Directory *m_root; public: - UpnpDatabase() - : m_lib(0), m_superdir(0), m_root(0) - {} - static Database *Create(EventLoop &loop, DatabaseListener &listener, const config_param ¶m, Error &error); -- cgit v1.2.3