]> arthur.barton.de Git - bup.git/commitdiff
Remove incorrect comment
authorBrandon Low <lostlogic@lostlogicx.com>
Tue, 8 Feb 2011 06:14:45 +0000 (22:14 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 8 Feb 2011 06:16:26 +0000 (22:16 -0800)
Signed-off-by: Brandon Low <lostlogic@lostlogicx.com>
lib/bup/git.py

index b75e80234b600aff7f0beeaa4247041b941e2c4f..32c7198d21050fdf7ac5d2eab03521e2a68567c8 100644 (file)
@@ -782,8 +782,6 @@ class PackWriter:
             self.file.write('PACK\0\0\0\2\0\0\0\0')
             self.idx = list(list() for i in xrange(256))
 
-    # the 'sha' parameter is used in client.py's _raw_write(), but not needed
-    # in this basic version.
     def _raw_write(self, datalist, sha):
         self._open()
         f = self.file