BLE Host - Remove dead code.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/ad4050f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/ad4050f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/ad4050f3 Branch: refs/heads/develop Commit: ad4050f3639b90a4c9303b301bae413a4cd8e135 Parents: 5a0f802 Author: Christopher Collins <[email protected]> Authored: Wed Feb 1 14:12:06 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Wed Feb 1 14:12:06 2017 -0800 ---------------------------------------------------------------------- net/nimble/host/include/host/ble_store.h | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/ad4050f3/net/nimble/host/include/host/ble_store.h ---------------------------------------------------------------------- diff --git a/net/nimble/host/include/host/ble_store.h b/net/nimble/host/include/host/ble_store.h index f0d4300..2721330 100644 --- a/net/nimble/host/include/host/ble_store.h +++ b/net/nimble/host/include/host/ble_store.h @@ -31,8 +31,6 @@ extern "C" { #define BLE_STORE_OBJ_TYPE_PEER_SEC 2 #define BLE_STORE_OBJ_TYPE_CCCD 3 -//#define BLE_STORE_ADDR_TYPE_NONE 0xff - /** * Used as a key for lookups of security material. This struct corresponds to * the following store object types:
