Cleanup #474

Merged
stklcode merged 4 commits from cleanup into master 2023-06-24 07:52:58 -05:00
stklcode commented 2023-06-24 07:44:24 -05:00 (Migrated from github.com)

Description

Apply some cleanups that should not be of functional relevance:

  • remove unused includes
  • remove unused declarations
  • use boolean literals instead of implicit int conversion
  • remove unused PowerKill() method (or is this still relevant for some future work?)
  • remove duplicate block from GitHub PR template

Requirements

none

Benefits

Code quality improvements.

Configurations

none

none

### Description Apply some cleanups that should not be of functional relevance: * remove unused includes * remove unused declarations * use boolean literals instead of implicit int conversion * remove unused `PowerKill()` method (or is this still relevant for some future work?) * remove duplicate block from GitHub PR template ### Requirements none ### Benefits Code quality improvements. ### Configurations none ### Related Issues none
Sign in to join this conversation.
No description provided.