Page MenuHomePhabricator

[lib] Remove unused utilities and validators
ClosedPublic

Authored by atul on Jan 18 2024, 1:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 31, 1:45 PM
Unknown Object (File)
Thu, May 23, 1:48 PM
Unknown Object (File)
Mon, May 20, 4:29 AM
Unknown Object (File)
Mon, May 20, 4:29 AM
Unknown Object (File)
Mon, May 20, 4:29 AM
Unknown Object (File)
Mon, May 20, 4:29 AM
Unknown Object (File)
Mon, May 20, 4:29 AM
Unknown Object (File)
Mon, May 20, 4:29 AM
Subscribers
None

Details

Summary

Part of ENG-6366 : Rename MinimallyEncodedRawThreadInfo to RawThreadInfo

Noticed a coouple of functions were completely unused and could be removed. Flipped on "Unused function" inspection in my IDE and found a ton of similar functions throughout the codebase, but just addressing the ones in files I'm working with right now.


Depends on D10724

Test Plan

None of these were used anywhere, flow

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul requested review of this revision.Jan 18 2024, 1:49 PM
This revision is now accepted and ready to land.Jan 21 2024, 9:41 PM

Double checked that there were no import issues before landing.

This revision was automatically updated to reflect the committed changes.