]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-09-connect.c
io: remove io_debug support.
[ccan] / ccan / io / test / run-09-connect.c
index 09b33387590f78808e6a3ef67de08ffc184a7367..e5f0d1f85c6b6f495e22c656efdeaad7f478d338 100644 (file)
@@ -6,9 +6,7 @@
 #include <sys/wait.h>
 #include <stdio.h>
 
-#ifndef PORT
 #define PORT "65009"
-#endif
 
 static struct io_listener *l;
 static struct data *d2;