Skip to content

Conversation

@scottr1634
Copy link

Removes some unused code such as:

  • break after continue
  • return after throwing an error
  • double return statements

Removes new declaration where it is not necessary.

Also comments out some unused variables.

Lastly, suppresses some unused variable warnings, either because they are "Required by the Windows Form Designer" or they are errors in catch blocks that we may want to surface in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants