From: Christian Grothoff Date: Tue, 6 Dec 2011 20:07:48 +0000 (+0000) Subject: -duplicated X-Git-Tag: initial-import-from-subversion-38251~15712 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27c7d27887182bbf8fa49fcf3d2583bacba41e5c;p=oweals%2Fgnunet.git -duplicated --- diff --git a/src/transport/gnunet-transport-wlan-helper.c b/src/transport/gnunet-transport-wlan-helper.c index 28e6b402f..bb03a8458 100644 --- a/src/transport/gnunet-transport-wlan-helper.c +++ b/src/transport/gnunet-transport-wlan-helper.c @@ -535,20 +535,6 @@ GNUNET_SERVER_mst_create (GNUNET_SERVER_MessageTokenizerCallback cb, } -#define GNUNET_MIN(a,b) (((a) < (b)) ? (a) : (b)) - -/** - * Named constants for return values. The following - * invariants hold: "GNUNET_NO == 0" (to allow "if (GNUNET_NO)") - * "GNUNET_OK != GNUNET_SYSERR", "GNUNET_OK != GNUNET_NO", "GNUNET_NO != GNUNET_SYSERR" - * and finally "GNUNET_YES != GNUNET_NO". - */ -#define GNUNET_OK 1 -#define GNUNET_SYSERR -1 -#define GNUNET_YES 1 -#define GNUNET_NO 0 - - /** * Add incoming data to the receive buffer and call the * callback for all complete messages.