Commit a8277148 authored by Max Kellermann's avatar Max Kellermann

db/upnp: don't initialize attributes to nullptr

Not necessary, these are not used.
parent 8f9e76ca
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment