Return-Path: From: Daniel Wagner To: linux-bluetooth@vger.kernel.org Cc: Daniel Wagner Subject: [PATCH v3 01/14] sdp: Remove unused BASE_UUID definition Date: Thu, 31 May 2012 15:43:25 +0200 Message-Id: <1338471818-20894-2-git-send-email-wagi@monom.org> In-Reply-To: <1338471818-20894-1-git-send-email-wagi@monom.org> References: <1338471818-20894-1-git-send-email-wagi@monom.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Daniel Wagner --- lib/sdp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sdp.c b/lib/sdp.c index de5277f..7cb930f 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 } -- 1.7.10.130.g36e6c