Remove a useless operation, setting name to itself

This commit is contained in:
Neal Norwitz 2004-06-07 03:45:56 +00:00
parent f2134842b4
commit c75f891879
1 changed files with 0 additions and 1 deletions

View File

@ -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'