summaryrefslogtreecommitdiffstats
path: root/sdpd/sdpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdpd/sdpd.h')
-rw-r--r--sdpd/sdpd.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h
index e73936c3..69c1446e 100644
--- a/sdpd/sdpd.h
+++ b/sdpd/sdpd.h
@@ -27,15 +27,6 @@
#define sdp_get_unaligned bt_get_unaligned
#define sdp_put_unaligned bt_put_unaligned
-#define SDPINF(fmt, arg...) syslog(LOG_INFO, fmt "\n", ## arg)
-#define SDPERR(fmt, arg...) syslog(LOG_ERR, "%s: " fmt "\n", __func__ , ## arg)
-
-#ifdef SDP_DEBUG
-#define SDPDBG(fmt, arg...) syslog(LOG_DEBUG, "%s: " fmt "\n", __func__ , ## arg)
-#else
-#define SDPDBG(fmt...)
-#endif
-
typedef struct request {
bdaddr_t device;
bdaddr_t bdaddr;