From 78745b24001cccab99fb62bf48d9fa6ed34945f2 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 31 May 2012 15:43:25 +0200 Subject: [PATCH] sdp: Remove unused BASE_UUID definition --- lib/sdp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sdp.c b/lib/sdp.c index de5277f74..7cb930fc4 100644 --- a/lib/sdp.c +++ b/lib/sdp.c @@ -60,8 +60,6 @@ #define SDPDBG(fmt...) #endif -#define BASE_UUID "00000000-0000-1000-8000-00805F9B34FB" - static uint128_t bluetooth_base_uuid = { .data = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB } -- 2.47.3