Commit fe21ffc
committed
refactor: Drop unused is_alive from AsyncUpdateProcessor
is_alive is never called on the async path; it was only mirrored from
the sync UpdateProcessor's BackgroundOperation base. The async interface
is defined fresh, so it omits the vestigial method.1 parent 6a5ca9c commit fe21ffc
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | 484 | | |
491 | 485 | | |
492 | 486 | | |
| |||
0 commit comments