##// END OF EJS Templates
obsolete: reuse _fm1metapair for computing _fm1metapairsize...
Augie Fackler -
r33633:e5f8c7ba default
parent child Browse files
Show More
@@ -314,7 +314,7 b' def _fm0decodemeta(data):'
314 _fm1parentshift = 14
314 _fm1parentshift = 14
315 _fm1parentmask = (_fm1parentnone << _fm1parentshift)
315 _fm1parentmask = (_fm1parentnone << _fm1parentshift)
316 _fm1metapair = 'BB'
316 _fm1metapair = 'BB'
317 _fm1metapairsize = _calcsize('BB')
317 _fm1metapairsize = _calcsize(_fm1metapair)
318
318
319 def _fm1purereadmarkers(data, off, stop):
319 def _fm1purereadmarkers(data, off, stop):
320 # make some global constants local for performance
320 # make some global constants local for performance
General Comments 0
You need to be logged in to leave comments. Login now