stop assigning nextline if its potentially not used

This commit is contained in:
symonk 2020-11-16 17:36:06 +00:00
parent 537215a16c
commit 3b677f79f4
1 changed files with 0 additions and 1 deletions

View File

@ -1819,7 +1819,6 @@ class LineMatcher:
raise TypeError("invalid type for lines2: {}".format(type(lines2).__name__))
lines2 = self._getlines(lines2)
lines1 = self.lines[:]
nextline = None
extralines = []
__tracebackhide__ = True
wnick = len(match_nickname) + 1