From a249cdf97cf304d6c29eabc7a32d7e25eb4c5098 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 20 Sep 2006 11:15:04 +0000 Subject: Comment out currently unused static functions --- hcid/dbus-sdp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hcid/dbus-sdp.c b/hcid/dbus-sdp.c index 7002350a..bd724dc4 100644 --- a/hcid/dbus-sdp.c +++ b/hcid/dbus-sdp.c @@ -1148,6 +1148,7 @@ search_request: } +#if 0 static int uuid_cmp(const void *key1, const void *key2) { uuid_t *a, *b; @@ -1190,6 +1191,7 @@ static sdp_record_t *find_record_by_uuid(const char *address, uuid_t *uuid) return NULL; } +#endif static sdp_record_t *find_record_by_handle(const char *address, uint32_t handle) -- cgit