]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/io.h
ccan/io: remove IO_IDLE state.
[ccan] / ccan / io / io.h
index 24176f557ec6d4e6a60f5480029b1b5a22d1b5d0..fb6feb4d0b873e058800a634e7843d77ea1f7964 100644 (file)
@@ -36,8 +36,6 @@ enum io_result {
 
 enum io_state {
        IO_IO,
-       IO_NEXT, /* eg starting, woken from idle, return from io_break. */
-       IO_IDLE,
        IO_FINISHED
 };