removed outdated comment in util.pack
authorForrest Voight <forrest@forre.st>
Mon, 13 Feb 2012 20:40:05 +0000 (15:40 -0500)
committerForrest Voight <forrest@forre.st>
Mon, 13 Feb 2012 20:40:05 +0000 (15:40 -0500)
p2pool/util/pack.py

index dd29129..11a427c 100644 (file)
@@ -21,8 +21,6 @@ def size((data, pos)):
 class Type(object):
     __slots__ = []
     
-    # the same data can have only one unpacked representation, but multiple packed binary representations
-    
     def __hash__(self):
         rval = getattr(self, '_hash', None)
         if rval is None: