This is an automated email from the ASF dual-hosted git repository.

naraj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 4e39d07b5456ed0663f7e61de4ffe34e872b82e1
Author: MichaƂ Narajowski <michal.narajow...@codecoup.pl>
AuthorDate: Mon Dec 17 16:27:45 2018 +0100

    mesh: Remove unused define
---
 nimble/host/mesh/include/mesh/glue.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nimble/host/mesh/include/mesh/glue.h 
b/nimble/host/mesh/include/mesh/glue.h
index d330ecb..f173f30 100644
--- a/nimble/host/mesh/include/mesh/glue.h
+++ b/nimble/host/mesh/include/mesh/glue.h
@@ -243,7 +243,6 @@ void net_buf_reserve(struct os_mbuf *om, size_t reserve);
 #define net_buf_add_be16(a, b) net_buf_simple_add_be16(a, b)
 
 #define BT_GATT_CCC_NOTIFY BLE_GATT_CHR_PROP_NOTIFY
-#define bt_gatt_attr ble_gatt_attr
 
 /** Description of different data types that can be encoded into
   * advertising data. Used to form arrays that are passed to the

Reply via email to