mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
Remove verified-dead code surfaced by the #7911 simplification sweep (all confirmed to have zero production references): - util/create-sha-1-hash.ts (legacy local-file sync; had a broken import + leftover console.time) - util/omit.ts, util/watch-object.ts, util/numeric-converter.ts - selectAllTasksDueAndOverdue, selectTasksWorkedOnOrDoneFlat selectors (plus their specs and now-unused imports) - getTagOrUndefined helper - stale commented-out blocks in the task components - dangling watch-object.ts reference in remove-unused-log-imports.ts unschedule() was intentionally kept (still called internally), despite being listed as dead. |
||
|---|---|---|
| .. | ||
| fix-duplicate-imports.ts | ||
| migrate-console-to-log-force.ts | ||
| migrate-console-to-log.ts | ||
| migrate-to-droid-log.ts | ||
| migrate-to-issue-log.ts | ||
| migrate-to-plugin-log.ts | ||
| migrate-to-task-log.ts | ||
| remove-unused-log-imports.ts | ||
| wait-for-app.sh | ||
| wait-for-supersync.sh | ||
| wait-for-webdav.sh | ||