-duplicated
authorChristian Grothoff <christian@grothoff.org>
Tue, 6 Dec 2011 20:07:48 +0000 (20:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 6 Dec 2011 20:07:48 +0000 (20:07 +0000)
src/transport/gnunet-transport-wlan-helper.c

index 28e6b402f98c22edf5cf269faaa0849c3c774ade..bb03a845888781511159d9571d771152ea164f72 100644 (file)
@@ -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.