- measure overhead
[oweals/gnunet.git] / src / transport / plugin_transport_unix.c
index af9d2e9acab1f70a32ae8f2a6dc3c768e526d1c1..a5f4f609ba6807c546df6ce242b0d8c9cbba2cc7 100644 (file)
@@ -437,8 +437,7 @@ static int
 unix_transport_server_stop (void *cls)
 {
   struct Plugin *plugin = cls;
-
-  struct UNIXMessageWrapper * msgw = plugin->msg_head;
+  struct UNIXMessageWrapper * msgw;
 
   while (NULL != (msgw = plugin->msg_head))
   {