mesh: Remove unused function prototypes from node.h 17/235117/1
authorInga Stotland <inga.stotland@intel.com>
Fri, 22 May 2020 00:34:56 +0000 (17:34 -0700)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Thu, 28 May 2020 11:27:22 +0000 (16:57 +0530)
Change-Id: I69310c1cf2f0dbbe4624505f8ac2b60598db2693
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
mesh/node.h

index 3019d31..076714e 100644 (file)
@@ -92,8 +92,6 @@ bool node_import(const char *app_root, const char *sender, const uint8_t *uuid,
                        uint16_t net_idx, bool kr, bool ivu,
                        uint32_t iv_index, uint16_t unicast,
                        node_ready_func_t cb, void *user_data);
-void node_id_set(struct mesh_node *node, uint16_t node_id);
-uint16_t node_id_get(struct mesh_node *node);
 bool node_dbus_init(struct l_dbus *bus);
 void node_cleanup_all(void);
 struct mesh_config *node_config_get(struct mesh_node *node);