diff options
author | Anderson Lizardo <anderson.lizardo@openbossa.org> | 2013-07-17 22:20:09 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-07-18 12:33:08 +0300 |
commit | 9b686b14f28b96b9dac037eb00402adb2c5b010a (patch) | |
tree | cce19c285e381a0f221f6674da820cb65108b3a5 /lib | |
parent | adce984e04b45e60fedf8a2d7cb852209e0c0bf0 (diff) |
lib: Remove duplicated HSP_HS_UUID definition
There is an identical definition on the same header file (next to
HSP_AG_UUID).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/uuid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/uuid.h b/lib/uuid.h index 1e8188ac3..95e5a9a82 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -86,7 +86,6 @@ extern "C" { #define HDP_SOURCE_UUID "00001401-0000-1000-8000-00805f9b34fb" #define HDP_SINK_UUID "00001402-0000-1000-8000-00805f9b34fb" -#define HSP_HS_UUID "00001108-0000-1000-8000-00805f9b34fb" #define HID_UUID "00001124-0000-1000-8000-00805f9b34fb" #define DUN_GW_UUID "00001103-0000-1000-8000-00805f9b34fb" |