Skip to content

Commit a6672e9

Browse files
committed
Description: Remove temp debug code
1 parent 8c95e3b commit a6672e9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

fuseparts/_fusemodule.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939

4040

4141

42-
//#define FUSE_VERSION 29
43-
4442
#if PY_MAJOR_VERSION >= 3
4543
#define PyInt_FromLong PyLong_FromLong
4644
#define PyInt_AsLong PyLong_AsLong
@@ -1040,11 +1038,11 @@ Fuse_main(PyObject *self, PyObject *args, PyObject *kw)
10401038
"removexattr", "access", "lock", "utimens", "bmap",
10411039
"fsinit", "fsdestroy", "ioctl", "fuse_args", "multithreaded", NULL
10421040
};
1043-
1041+
10441042
memset(&op, 0, sizeof(op));
10451043

10461044
if (!PyArg_ParseTupleAndKeywords(args, kw,
1047-
"|OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOi",
1045+
"|OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOi",
10481046
kwlist, &getattr_cb, &readlink_cb,
10491047
&readdir_cb, &mknod_cb, &mkdir_cb,
10501048
&unlink_cb, &rmdir_cb, &symlink_cb,

0 commit comments

Comments
 (0)