Commit c75f8918 authored by Neal Norwitz's avatar Neal Norwitz

Remove a useless operation, setting name to itself

parent f2134842
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment