]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - interactive.c
i9e: Remove stale comment for i9e_signal_dispatch().
[paraslash.git] / interactive.c
index 4de81d0d4a394df6d20f5b3a427ee768118e7981..cab8d9033ba6c817f01e858a7d4ef4946a36e3a7 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;
@@ -561,8 +560,6 @@ void ie9_print_status_bar(char *buf, unsigned len)
  * Tell i9e that the caller received a signal.
  *
  * \param sig_num The number of the signal received.
- *
- * Currently the function only cares about \p SIGINT, but this may change.
  */
 void i9e_signal_dispatch(int sig_num)
 {