]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/io.h
ccan/io: remove IO_IDLE state.
[ccan] / ccan / io / io.h
index 5bbe42a4ab38648d826bc08fce9f137f7b97e00c..fb6feb4d0b873e058800a634e7843d77ea1f7964 100644 (file)
@@ -36,7 +36,6 @@ enum io_result {
 
 enum io_state {
        IO_IO,
 
 enum io_state {
        IO_IO,
-       IO_IDLE,
        IO_FINISHED
 };
 
        IO_FINISHED
 };