Unused variable (caught by PyChecker) removed.
This commit is contained in:
parent
2fb17ba2fa
commit
bc41957d2b
@ -96,7 +96,6 @@ class shlex:
|
|||||||
|
|
||||||
def read_token(self):
|
def read_token(self):
|
||||||
"Read a token from the input stream (no pushback or inclusions)"
|
"Read a token from the input stream (no pushback or inclusions)"
|
||||||
tok = ''
|
|
||||||
while 1:
|
while 1:
|
||||||
nextchar = self.instream.read(1)
|
nextchar = self.instream.read(1)
|
||||||
if nextchar == '\n':
|
if nextchar == '\n':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user