From 97a841008c2f78dc7e842d936707a737dc8093e0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 Jan 2013 20:06:14 -0800 Subject: [PATCH] unit: Providing empty info() implementation is no longer needed --- unit/test-sdp.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/unit/test-sdp.c b/unit/test-sdp.c index 77a4c6c54..8d48c71d2 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); -- 2.47.3