From: Brandon Low Date: Tue, 8 Feb 2011 06:14:45 +0000 (-0800) Subject: Remove incorrect comment X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f00ca2e0adce519155bfd519c62a21eadc308158;p=packages%2Fb%2Fbup.git Remove incorrect comment Signed-off-by: Brandon Low --- diff --git a/lib/bup/git.py b/lib/bup/git.py index b75e802..32c7198 100644 --- a/lib/bup/git.py +++ b/lib/bup/git.py @@ -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