From: Kotresh HR Date: Wed, 8 Feb 2023 08:14:52 +0000 (+0530) Subject: mds: Remove unused declaration of the function X-Git-Tag: v19.0.0~1461^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1662c41fc4a27a12e4fed4d5d9d16a420d233eaa;p=ceph.git mds: Remove unused declaration of the function Signed-off-by: Kotresh HR --- diff --git a/src/mds/CDentry.h b/src/mds/CDentry.h index 83f32cd253483..7fe9143e4de79 100644 --- a/src/mds/CDentry.h +++ b/src/mds/CDentry.h @@ -75,7 +75,6 @@ public: remote_d_type = d_type; inode = 0; } - void link_remote(CInode *in); };