Commit 1091ca96 authored by Max Kellermann's avatar Max Kellermann

db/upnp: remove unused macro PLOGINF()

parent 09d62cc6
......@@ -34,13 +34,4 @@ path_getfather(const std::string &s);
template <class T>
bool csvToStrings(const std::string& s, T &tokens);
#define UPNPP_DEBUG
#if defined(UPNPP_DEBUG) && defined(DEBUG)
#include <upnp/upnpdebug.h>
#define PLOGINF(...) UpnpPrintf(UPNP_INFO, API, __FILE__, __LINE__, __VA_ARGS__)
#else
#define PLOGINF(...)
#endif
#endif /* _UPNPP_H_X_INCLUDED_ */
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