]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/backend.h
io: remove io_debug support.
[ccan] / ccan / io / backend.h
index 3a1f12e7ee859742b0341912de41044c5416b61b..aace0f2bad38d96a6835da31a2a2edf9f020ea6a 100644 (file)
@@ -59,9 +59,6 @@ struct io_plan {
 /* One connection per client. */
 struct io_conn {
        struct fd fd;
-       bool debug;
-       /* For duplex to save. */
-       bool debug_saved;
 
        /* always and closing lists. */
        struct list_node always, closing;