[Pkg-bazaar-commits] ./bzr/unstable r211: remove dead code

mbp at sourcefrog.net mbp at sourcefrog.net
Fri Apr 10 07:51:26 UTC 2009


------------------------------------------------------------
revno: 211
committer: mbp at sourcefrog.net
timestamp: Sat 2005-04-09 15:16:12 +1000
message:
  remove dead code
modified:
  bzrlib/revfile.py
-------------- next part --------------
=== modified file 'bzrlib/revfile.py'
--- a/bzrlib/revfile.py	2005-04-09 05:14:43 +0000
+++ b/bzrlib/revfile.py	2005-04-09 05:16:12 +0000
@@ -109,8 +109,6 @@
         idxname = basename + '.irev'
         dataname = basename + '.drev'
 
-        self.idxpos = 0L
-
         idx_exists = os.path.exists(idxname)
         data_exists = os.path.exists(dataname)
 



More information about the Pkg-bazaar-commits mailing list