Revalidate and close the dead-code sweep backlog item
Summary¶
REF-017 is now closed as a backlog-revalidation item rather than an active
implementation item.
The meaningful live cleanup work from the original audit has already landed on
current main:
- all remaining
CCM_SETUNICODEFORMATno-op calls were removed MAXCON5WIN9Xwas removed- the stale
WinNTnote inTaskbarNotifier.cppwas removed
What still remains in the tree is intentionally out of scope for this item:
deadlake PROXYSUPPORTattribution comments are being kept on purposestdafx.hno longer matches the older stale audit wording and does not carry a concrete dead-guard change that should be forced through this item
Revalidation Result¶
Current main no longer has the original broad dead-code workload that justified
keeping this item open:
- no
CCM_SETUNICODEFORMAThits remain insrchybrid - no
MAXCON5WIN9Xreferences remain - no
#if 0hits remain insrchybrid - no
_MSC_VER < 1400guards remain instdafx.h - the only remaining targeted hits from the original audit are the intentional
deadlake PROXYSUPPORTcomments
Because those comments are now explicitly accepted, there is no remaining
implementation work for REF-017.
Final Disposition¶
- Marked
Done - No further code change required
- Any future proxy-comment cleanup would be a separate readability-only choice,
not unfinished
REF-017work
Acceptance¶
- [x] Original live dead-code sub-work was revalidated against current
main - [x] Earlier landed cleanup is reflected in the item status
- [x] Remaining
deadlake PROXYSUPPORTcomments are intentionally accepted - [x]
REF-017no longer blocks on stale audit wording