mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Unused variable (caught by PyChecker) removed.
This commit is contained in:
parent
2fb17ba2fa
commit
bc41957d2b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue