From 1091ca969fb9611c219e6f186a71500ffbc74233 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 10 Jan 2014 22:29:21 +0100 Subject: db/upnp: remove unused macro PLOGINF() --- src/db/upnp/Util.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/db') diff --git a/src/db/upnp/Util.hxx b/src/db/upnp/Util.hxx index 2fdc3890f..3cdc57cd5 100644 --- a/src/db/upnp/Util.hxx +++ b/src/db/upnp/Util.hxx @@ -34,13 +34,4 @@ path_getfather(const std::string &s); template bool csvToStrings(const std::string& s, T &tokens); -#define UPNPP_DEBUG - -#if defined(UPNPP_DEBUG) && defined(DEBUG) -#include -#define PLOGINF(...) UpnpPrintf(UPNP_INFO, API, __FILE__, __LINE__, __VA_ARGS__) -#else -#define PLOGINF(...) -#endif - #endif /* _UPNPP_H_X_INCLUDED_ */ -- cgit v1.2.3