[Maintenance]: Method getReleases in AppUpdate class is never used
Closed this issue · 1 comments
emmebi commented
Describe the problem
Method getReleases in AppUpdate class is declared as private static, and it's never used. Also, the constants GIT_HUB_OAUTH_TOKEN and GIT_HUB_RELEASES are used only in this method. This appears to be dead code.
The improvement you'd like to see
Remove the dead code.
Expected Benefits
Removing unused code frees developers from worrying about code which is not used anymore.
Additional Context
No response
emmebi commented
If someone can assign this to me, I'd like to submit a patch for this.