From 11bfa12840b5b84094842c17285d331db4a871a9 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 23 Jul 2013 13:24:45 +0000 Subject: [PATCH] - dead code --- src/mesh/mesh_protocol.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h index 51e65ecdd..37d3676f0 100644 --- a/src/mesh/mesh_protocol.h +++ b/src/mesh/mesh_protocol.h @@ -78,26 +78,6 @@ struct GNUNET_MESH_CreateTunnel /* struct GNUNET_PeerIdentity peers[path_length]; */ }; -/** - * Message for mesh path destruction. - */ -struct GNUNET_MESH_DestroyTunnel -{ - /** - * Type: GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY - * - * Size: sizeof(struct GNUNET_MESH_ManipulatePath) + - * path_length * sizeof (struct GNUNET_PeerIdentity) - */ - struct GNUNET_MessageHeader header; - - /** - * Global id of the tunnel this path belongs to, - * unique in conjunction with the origin. - */ - uint32_t tid GNUNET_PACKED; -}; - /** * Message for mesh data traffic. -- 2.25.1