From ebbcdf4b4d8fb68433b437ee344e454625186532 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 19 Apr 2026 12:16:48 +0100 Subject: [PATCH] Remove obsolete TODO - there is no open issue for it, and it doesn't explain what "better" means. --- src/pv/signal.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pv/signal.c b/src/pv/signal.c index dce5406..b65807d 100644 --- a/src/pv/signal.c +++ b/src/pv/signal.c @@ -522,9 +522,6 @@ void pv_sig_fini( /*@unused@ */ __attribute__((unused)) pvstate_t state) /* * Don't clear TOSTOP if other "pv -c" instances were still * running when pv_crs_fini() ran. - * - * TODO: find a better way to determine if this is the last - * "pv" left. */ if (pv_sig_state->control.cursor && pv_sig_state->cursor.pvcount > 1) { need_to_clear_tostop = false;