This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
symbols: remove unused channel parseRequests (#61718)
We can remove it since it is only ever created and then closed, never read or written to. It seems like at some point we moved to using parseRequestOrErrors and didn't remove parseRequests. Test Plan: go test
- Loading branch information