aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-06-24 07:02:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-06-24 07:02:11 +0000
commitd9b56618ac0a45aaee84a93b8c388d84c17fa03e (patch)
tree5f38024e874914d85171ec6743d2e3c945d4b62b /src/dv
parent905a1329e4bb191093ea464cbbdf40de859e7b60 (diff)
downloadgnunet-d9b56618ac0a45aaee84a93b8c388d84c17fa03e.tar.gz
gnunet-d9b56618ac0a45aaee84a93b8c388d84c17fa03e.zip
remove unused header struct
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/plugin_transport_dv.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 9a70ada40..e5a6b736b 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -96,12 +96,6 @@ struct PendingRequest
96 */ 96 */
97struct Session 97struct Session
98{ 98{
99
100 /**
101 * Mandatory session header.
102 */
103 struct SessionHeader header;
104
105 /** 99 /**
106 * Pointer to the global plugin struct. 100 * Pointer to the global plugin struct.
107 */ 101 */