Remove unused vars

Merged
#297 · Created  · Last updated

Merged pull request

Merged in micro/remove-unused-vars (pull request #297)

af1a91d·Author: ·Closed by: ·2020-05-20

Description

Remove ~100 “unused variable” warnings. Vast majority were imported from a module, rather than local variables.

First commit should be uncontroversial: variables were completely unused. Second commit includes variables that are used in commented out code. I’ve removed both variable and comment.

  • Remove completely unused imported variables

  • Remove unused variables that appear in commented out code

 

0 attachments

0 comments

Loading commits...