X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=inline;f=ccan%2Fio%2Ftest%2Frun-16-duplex-test.c;fp=ccan%2Fio%2Ftest%2Frun-16-duplex-test.c;h=007f41119614e2016a2d3aef21f7ba9d9465febb;hb=96dcdfbf1a400f7cb43cf3f0761f52fd6de9ff65;hp=8631be4519f58a0e0603da35e1d539b34af1dcd8;hpb=ba89419ac9074d930eec7ba72c378831c56ed060;p=ccan diff --git a/ccan/io/test/run-16-duplex-test.c b/ccan/io/test/run-16-duplex-test.c index 8631be45..007f4111 100644 --- a/ccan/io/test/run-16-duplex-test.c +++ b/ccan/io/test/run-16-duplex-test.c @@ -8,11 +8,7 @@ #include #include -#ifdef DEBUG_CONN -#define PORT "64016" -#else #define PORT "65016" -#endif struct data { struct io_listener *l; @@ -34,9 +30,6 @@ static struct io_plan *io_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++;