]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/cephfs: drop duplicated declaration
authorKefu Chai <kchai@redhat.com>
Thu, 3 Dec 2020 10:04:04 +0000 (18:04 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 5 Dec 2020 14:09:22 +0000 (22:09 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/cephfs/c_cephfs.pxd

index 1ce0f8fe276d63830bc5c98a06e4e7ae22251687..4dfcb49d5894cde67c4272833120cb5023428b4b 100644 (file)
@@ -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)