]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-06-idle.c
io: remove io_debug support.
[ccan] / ccan / io / test / run-06-idle.c
index 57d5e20c13ec33223300f409f35953044641abd2..3d7c3cc33201389e0469e29db815335d342c43d6 100644 (file)
@@ -9,11 +9,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-#ifdef DEBUG_CONN
-#define PORT "64006"
-#else
 #define PORT "65006"
-#endif
 
 static struct io_conn *idler;