]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-12-bidir.c
io: remove io_debug support.
[ccan] / ccan / io / test / run-12-bidir.c
index e79acb56db1ce2d68d605b3419e6aa813c4b938c..77843ae7ba0bb2951d32c6d3e56b7d64d2916eed 100644 (file)
@@ -6,11 +6,7 @@
 #include <sys/wait.h>
 #include <stdio.h>
 
-#ifdef DEBUG_CONN
-#define PORT "64012"
-#else
 #define PORT "65012"
-#endif
 
 struct data {
        struct io_listener *l;
@@ -42,9 +38,6 @@ static struct io_plan *w_done(struct io_conn *conn, struct data *d)
 
 static struct io_plan *init_conn(struct io_conn *conn, struct data *d)
 {
-#ifdef DEBUG_CONN
-       io_set_debug(conn, true);
-#endif
        ok1(d->state == 0);
        d->state++;