nimble/sm: Remove useless function declaration

This function is not defined anywhere.


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/286a0a2e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/286a0a2e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/286a0a2e

Branch: refs/heads/develop
Commit: 286a0a2efc4765950c41e471ae44ee54a21e5539
Parents: 4045e96
Author: Szymon Janc <[email protected]>
Authored: Tue Jan 17 19:24:27 2017 +0100
Committer: Szymon Janc <[email protected]>
Committed: Wed Jan 25 15:44:14 2017 +0100

----------------------------------------------------------------------
 net/nimble/host/src/ble_sm_priv.h | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/286a0a2e/net/nimble/host/src/ble_sm_priv.h
----------------------------------------------------------------------
diff --git a/net/nimble/host/src/ble_sm_priv.h 
b/net/nimble/host/src/ble_sm_priv.h
index 0d6ca93..7ce154b 100644
--- a/net/nimble/host/src/ble_sm_priv.h
+++ b/net/nimble/host/src/ble_sm_priv.h
@@ -305,7 +305,6 @@ uint8_t ble_sm_build_authreq(void);
 
 void ble_sm_pair_cmd_parse(void *payload, int len,
                            struct ble_sm_pair_cmd *cmd);
-int ble_sm_pair_cmd_is_valid(struct ble_sm_pair_cmd *cmd);
 void ble_sm_pair_cmd_write(void *payload, int len, int is_req,
                            struct ble_sm_pair_cmd *cmd);
 int ble_sm_pair_cmd_tx(uint16_t conn_handle, int is_req,

Reply via email to