db/upnp: remove unused macro PLOGINF()
This commit is contained in:
parent
09d62cc630
commit
1091ca969f
@ -34,13 +34,4 @@ path_getfather(const std::string &s);
|
|||||||
template <class T>
|
template <class T>
|
||||||
bool csvToStrings(const std::string& s, T &tokens);
|
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_ */
|
#endif /* _UPNPP_H_X_INCLUDED_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user