db/upnp: don't initialize attributes to nullptr

Not necessary, these are not used.
This commit is contained in:
Max Kellermann 2014-01-16 09:07:52 +01:00
parent 8f9e76ca42
commit a827714823
1 changed files with 0 additions and 4 deletions

View File

@ -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 &param,
Error &error);