From: Gabor X Toth <*@tg-x.net> Date: Sun, 18 Nov 2012 18:09:29 +0000 (+0000) Subject: util/server: removed unused var X-Git-Tag: initial-import-from-subversion-38251~10781 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=33bc21c1a116c35b0bea87b09b18ce2683c7e16b;p=oweals%2Fgnunet.git util/server: removed unused var --- diff --git a/src/util/server.c b/src/util/server.c index 7ecb98c64..fc5f263bf 100644 --- a/src/util/server.c +++ b/src/util/server.c @@ -296,11 +296,6 @@ struct GNUNET_SERVER_Client */ int receive_pending; - /** - * Finish pending write when disconnecting? - */ - int finish_pending_write; - /** * Persist the file handle for this client no matter what happens, * force the OS to close once the process actually dies. Should only