Commit 0f658ee8 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5cf3088d
......@@ -695,9 +695,6 @@ class _ZBigFileH(object):
# it on every open.
self.zfile._p_jar.onCloseCallback(self.on_connection_close)
# XXX resync wconn/wcfileh ?
# XXX -> yes, but wconn is 1-1 to zconn, not per fileh
# attach us to Connection's transaction manager:
#
# Hook into txn_manager so that we get a chance to run before
......@@ -726,8 +723,6 @@ class _ZBigFileH(object):
# NOTE open callbacks are setup once and fire on every open - we don't
# need to resetup them here.
# XXX close wcfileh?
# ~~~~ BigFileH wrapper ~~~~
def mmap(self, pgoffset, pglen): return self.zfileh.mmap(pgoffset, pglen)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment