mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Remove a useless operation, setting name to itself
This commit is contained in:
parent
f2134842b4
commit
c75f891879
1 changed files with 0 additions and 1 deletions
|
@ -197,7 +197,6 @@ class BinHex:
|
|||
self.state = _DID_HEADER
|
||||
|
||||
def _writeinfo(self, name, finfo):
|
||||
name = name
|
||||
nl = len(name)
|
||||
if nl > 63:
|
||||
raise Error, 'Filename too long'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue