From: Dhairya Parmar Date: Thu, 8 Feb 2024 12:28:42 +0000 (+0530) Subject: client: remove unused/undefined fake_write_size() X-Git-Tag: v19.3.0~55^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7bcd0b03544eada041beec4bd0911160497b55d5;p=ceph.git client: remove unused/undefined fake_write_size() there are no usages of this function in entire codebase Signed-off-by: Dhairya Parmar --- diff --git a/src/client/Client.h b/src/client/Client.h index 9c1303384be8..d49fd46c1764 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -485,7 +485,6 @@ public: int preadv(int fd, const struct iovec *iov, int iovcnt, loff_t offset=-1); int write(int fd, const char *buf, loff_t size, loff_t offset=-1); int pwritev(int fd, const struct iovec *iov, int iovcnt, loff_t offset=-1); - int fake_write_size(int fd, loff_t size); int ftruncate(int fd, loff_t size, const UserPerm& perms); int fsync(int fd, bool syncdataonly); int fstat(int fd, struct stat *stbuf, const UserPerm& perms,