]> granicus.if.org Git - python/commitdiff
Remove a useless operation, setting name to itself
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 7 Jun 2004 03:45:56 +0000 (03:45 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 7 Jun 2004 03:45:56 +0000 (03:45 +0000)
Lib/binhex.py

index 9735f2eda3aa1b3cf5bd553713de511de34feb57..16985fb16694c47e156a080354d518be9a0cba9b 100644 (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'