Commit f413aaca authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c443fed3
...@@ -948,7 +948,6 @@ pybigfile_munmap(VMA *vma, BigFile *file0) ...@@ -948,7 +948,6 @@ pybigfile_munmap(VMA *vma, BigFile *file0)
static const struct bigfile_ops pybigfile_ops = { static const struct bigfile_ops pybigfile_ops = {
.loadblk = pybigfile_loadblk, .loadblk = pybigfile_loadblk,
.storeblk = pybigfile_storeblk, .storeblk = pybigfile_storeblk,
//.release = //.release =
.mmap_setup_read = pybigfile_mmap_setup_read, .mmap_setup_read = pybigfile_mmap_setup_read,
......
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