aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-15 17:43:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-15 17:43:44 +0000
commitc014977a343ad2c8008b4eae5c1bf2a074fad34e (patch)
tree678980ed4bc6c2f6279fea2ea08079be1c3dbe0d
parent214c0be64317f667bc79bcc604b8d0c87a33bab6 (diff)
downloadgnunet-c014977a343ad2c8008b4eae5c1bf2a074fad34e.tar.gz
gnunet-c014977a343ad2c8008b4eae5c1bf2a074fad34e.zip
-dead field
-rw-r--r--src/transport/plugin_transport_tcp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 8ef73d182..b99c042b8 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -230,11 +230,6 @@ struct Session
230 struct SessionHeader header; 230 struct SessionHeader header;
231 231
232 /** 232 /**
233 * Stored in a linked list.
234 */
235 struct Session *next;
236
237 /**
238 * Pointer to the global plugin struct. 233 * Pointer to the global plugin struct.
239 */ 234 */
240 struct Plugin *plugin; 235 struct Plugin *plugin;