Commit 6b6f096d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4b0d20e8
......@@ -93,12 +93,6 @@ struct PyBigFileH {
PyObject *in_weakreflist;
BigFileH fileh;
#if 0
/* if BigFile subclass, in addition to .loadblk/.storeblk, defines .blkmmapper XXX ... */
PyObject *pymmapper; // python object returned by .blkmmapper() that is holding virtmem_mapper pycapsule
//virt_mapper *virt_mmap_ops; // XXX ok?
#endif
};
typedef struct PyBigFileH PyBigFileH;
......
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