'struct net_key' has been introduced in commmit 37ebf9eb0bf9 ("mesh: Upper and Lower mesh transport") and became superseded in commit 994932b740c7 ("mesh: Refactor friend.c and net.c for central key DB"). --- mesh/net.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mesh/net.c b/mesh/net.c index b61cb8cc41ac..54283d9ba265 100644 --- a/mesh/net.c +++ b/mesh/net.c @@ -74,14 +74,6 @@ enum _iv_upd_state { IV_UPD_NORMAL_HOLD, }; -struct net_key { - struct mesh_key_set key_set; - unsigned int beacon_id; - uint8_t key[16]; - uint8_t beacon_key[16]; - uint8_t network_id[8]; -}; - struct mesh_subnet { struct mesh_net *net; uint16_t idx; -- 2.43.0