Diff between 7fbbefef661608074308faf3e6df01fa46d0fec4 and 97a841008c2f78dc7e842d936707a737dc8093e0

Changed Files

File Additions Deletions Status
unit/test-sdp.c +0 -6 modified

Full Patch

diff --git a/unit/test-sdp.c b/unit/test-sdp.c
index 77a4c6c..8d48c71 100644
--- a/unit/test-sdp.c
+++ b/unit/test-sdp.c
@@ -110,12 +110,6 @@ void btd_debug(const char *format, ...)
 {
 }
 
-void info(const char *format, ...);
-
-void info(const char *format, ...)
-{
-}
-
 struct btd_adapter;
 
 typedef void (*adapter_cb) (struct btd_adapter *adapter, gpointer user_data);