X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-14-duplex-both-read.c;fp=ccan%2Fio%2Ftest%2Frun-14-duplex-both-read.c;h=ed77cab8ac69d4530f0525c24f6c1db22407fb17;hp=30c46cd5dbd79fd2909a5a36339cd2b7a8089a88;hb=96dcdfbf1a400f7cb43cf3f0761f52fd6de9ff65;hpb=ba89419ac9074d930eec7ba72c378831c56ed060 diff --git a/ccan/io/test/run-14-duplex-both-read.c b/ccan/io/test/run-14-duplex-both-read.c index 30c46cd5..ed77cab8 100644 --- a/ccan/io/test/run-14-duplex-both-read.c +++ b/ccan/io/test/run-14-duplex-both-read.c @@ -8,11 +8,7 @@ #include #include -#ifdef DEBUG_CONN -#define PORT "64014" -#else #define PORT "65014" -#endif struct data { struct io_listener *l; @@ -47,9 +43,6 @@ static struct io_plan *make_duplex(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++;