Commit 2461344f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3a0ba21f
......@@ -35,8 +35,6 @@ from ZODB.utils import p64, u64
from cpython cimport PyBuffer_FillInfo
from libcpp.unordered_map cimport unordered_map
# XXX hack, why it is needed? (likely top-level wendelin.* redirector
#from wcfs.internal._wcfs cimport *
cdef class PyWCFS:
......
......@@ -194,8 +194,6 @@ tuple<string, error> ReadFile(const string& path) {
if (err != nil)
return make_tuple("", err);
// XXX defer close
string data;
vector<char> buf(4096);
......
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