[PATCH BlueZ 7/9] mesh: remove unused function typedef

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



mesh_io_recv_ext_func_t has been introduced in
6a6fe856a900 ("mesh: rework incoming advertisement filtering").
According to 'git log -p <rev> master' it has never been used.
---
 mesh/mesh-io.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/mesh/mesh-io.h b/mesh/mesh-io.h
index f7711e78635e..d9e0c138328d 100644
--- a/mesh/mesh-io.h
+++ b/mesh/mesh-io.h
@@ -66,11 +66,6 @@ typedef void (*mesh_io_recv_func_t)(void *user_data,
 					struct mesh_io_recv_info *info,
 					const uint8_t *data, uint16_t len);
 
-typedef void (*mesh_io_recv_ext_func_t)(void *user_data,
-					struct mesh_io_recv_info *info,
-					const uint8_t *data, uint16_t len,
-					const uint8_t *addr);
-
 typedef void (*mesh_io_ready_func_t)(void *user_data, bool result);
 
 struct mesh_io *mesh_io_new(enum mesh_io_type type, void *opts,
-- 
2.43.0





[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux