-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
statistics: remove dead code #58412
statistics: remove dead code #58412
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔢 Self-check (PR reviewed by myself and ready for feedback.)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #58412 +/- ##
================================================
+ Coverage 73.5204% 73.8575% +0.3370%
================================================
Files 1681 1711 +30
Lines 463800 472809 +9009
================================================
+ Hits 340988 349205 +8217
- Misses 101988 102137 +149
- Partials 20824 21467 +643
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/retest |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔢 Self-check (PR reviewed by myself and ready for feedback.)
Signed-off-by: Rustin170506 <[email protected]>
Signed-off-by: Rustin170506 <[email protected]>
1b3c08c
to
57f5dd6
Compare
Signed-off-by: Rustin170506 <[email protected]>
Signed-off-by: Rustin170506 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔢 Self-check (PR reviewed by myself and ready for feedback.)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AilinKid, winoros The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/retest |
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: Rustin170506 [email protected]
What problem does this PR solve?
Issue Number: ref #57804
Problem Summary:
What changed and how does it work?
In this PR, I removed the dead code. The stats loading for the PK, as shown, has never been executed, so it is safe to remove.
Some background:
So we just forgot to delete it.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.