]> git.ozlabs.org Git - ccan/commit
io: remove io_debug support.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 29 Dec 2016 04:29:29 +0000 (14:59 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 29 Dec 2016 23:12:44 +0000 (09:42 +1030)
commit96dcdfbf1a400f7cb43cf3f0761f52fd6de9ff65
treeccfe9f68bb6d2633f80e0cd82b28838f0c266178
parentba89419ac9074d930eec7ba72c378831c56ed060
io: remove io_debug support.

It seemed like a good idea, but it complicates things and I never used
it (since I never really trusted that the alternate paths would be
equivalent).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
31 files changed:
ccan/io/backend.h
ccan/io/io.c
ccan/io/io.h
ccan/io/test/run-01-start-finish-debug.c [deleted file]
ccan/io/test/run-01-start-finish.c
ccan/io/test/run-02-read-debug.c [deleted file]
ccan/io/test/run-02-read.c
ccan/io/test/run-03-readpartial-debug.c [deleted file]
ccan/io/test/run-03-readpartial.c
ccan/io/test/run-04-writepartial-debug.c [deleted file]
ccan/io/test/run-04-writepartial.c
ccan/io/test/run-05-write-debug.c [deleted file]
ccan/io/test/run-05-write.c
ccan/io/test/run-06-idle.c
ccan/io/test/run-07-break-debug.c [deleted file]
ccan/io/test/run-07-break.c
ccan/io/test/run-09-connect-debug.c [deleted file]
ccan/io/test/run-09-connect.c
ccan/io/test/run-12-bidir-debug.c [deleted file]
ccan/io/test/run-12-bidir.c
ccan/io/test/run-14-duplex-both-read-debug.c [deleted file]
ccan/io/test/run-14-duplex-both-read.c
ccan/io/test/run-15-timeout.c
ccan/io/test/run-16-duplex-test-debug.c [deleted file]
ccan/io/test/run-16-duplex-test.c
ccan/io/test/run-17-homemade-io-debug.c [deleted file]
ccan/io/test/run-17-homemade-io.c
ccan/io/test/run-18-errno-debug.c [deleted file]
ccan/io/test/run-18-errno.c
ccan/io/test/run-19-always-debug.c [deleted file]
ccan/io/test/run-19-always.c