Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
2461344f
Commit
2461344f
authored
Mar 09, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
3a0ba21f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
wcfs/client/_wcfs.pyx
wcfs/client/_wcfs.pyx
+0
-2
wcfs/client/wcfs_misc.cpp
wcfs/client/wcfs_misc.cpp
+0
-2
No files found.
wcfs/client/_wcfs.pyx
View file @
2461344f
...
...
@@ -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
:
...
...
wcfs/client/wcfs_misc.cpp
View file @
2461344f
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment