From 27c7d27887182bbf8fa49fcf3d2583bacba41e5c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 6 Dec 2011 20:07:48 +0000 Subject: [PATCH] -duplicated --- src/transport/gnunet-transport-wlan-helper.c | 14 -------------- 1 file changed, 14 deletions(-) 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. -- 2.25.1