i9e: Remove unused member of struct i9e_private.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 8 Mar 2016 07:44:52 +0000 (08:44 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 23 Mar 2016 00:01:38 +0000 (00:01 +0000)
interactive.c

index 4de81d0d4a394df6d20f5b3a427ee768118e7981..36211439eb9e2b82c66f8b03d3f6b8936256d540 100644 (file)
@@ -31,7 +31,6 @@ struct i9e_private {
        struct task *task;
        struct btr_node *stdout_btrn;
        bool last_write_was_status;
-       bool line_handler_running;
        bool input_eof;
        bool caught_sigint;
        bool caught_sigterm;