From 12140f11d0bb361cbfdcd04a17a4b15465bcd9cf Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 3 Dec 2020 18:04:04 +0800 Subject: [PATCH] pybind/cephfs: drop duplicated declaration Signed-off-by: Kefu Chai --- src/pybind/cephfs/c_cephfs.pxd | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/cephfs/c_cephfs.pxd b/src/pybind/cephfs/c_cephfs.pxd index 1ce0f8fe276..4dfcb49d589 100644 --- a/src/pybind/cephfs/c_cephfs.pxd +++ b/src/pybind/cephfs/c_cephfs.pxd @@ -104,7 +104,6 @@ cdef extern from "cephfs/libcephfs.h" nogil: int ceph_lazyio_propagate(ceph_mount_info *cmount, int fd, int64_t offset, size_t count) int ceph_lazyio_synchronize(ceph_mount_info *cmount, int fd, int64_t offset, size_t count) int ceph_fallocate(ceph_mount_info *cmount, int fd, int mode, int64_t offset, int64_t length) - int ceph_conf_parse_argv(ceph_mount_info *cmount, int argc, const char **argv) int ceph_chmod(ceph_mount_info *cmount, const char *path, mode_t mode) int ceph_fchmod(ceph_mount_info *cmount, int fd, mode_t mode) int ceph_chown(ceph_mount_info *cmount, const char *path, int uid, int gid) -- 2.39.5