Remove obsolete TODO - there is no open issue for it, and it doesn't explain what "better" means.

This commit is contained in:
Andrew Wood
2026-04-19 12:16:48 +01:00
parent b3410cf8c0
commit ebbcdf4b4d
-3
View File
@@ -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;