Skip to content

Commit

Permalink
Remove 2 more unused variables (copypasta)
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed May 19, 2020
1 parent 2b3555c commit 3b9be17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vint/linting/policy/prohibit_abbreviation_option.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ class ProhibitAbbreviationOption(AbstractPolicy):
reference = ':help option-summary'
level = Level.STYLE_PROBLEM

was_scriptencoding_found = False
has_encoding_opt_after_scriptencoding = False


def listen_node_types(self):
return [NodeType.EXCMD, NodeType.OPTION]
Expand Down

0 comments on commit 3b9be17

Please sign in to comment.