Unused variable (caught by PyChecker) removed.

This commit is contained in:
Eric S. Raymond 2001-04-17 17:20:19 +00:00
parent 2fb17ba2fa
commit bc41957d2b
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ class shlex:
def read_token(self):
"Read a token from the input stream (no pushback or inclusions)"
tok = ''
while 1:
nextchar = self.instream.read(1)
if nextchar == '\n':