From: Ronen Friedman Date: Tue, 13 Dec 2022 12:24:08 +0000 (+0200) Subject: mds: remove unused declaraion X-Git-Tag: v18.1.0~663^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8c46e4c3a32d4a46ab71dbe5d589717c853963e7;p=ceph.git mds: remove unused declaraion as some Jenkins builds are set to treat warnings as errors, and complain. Signed-off-by: Ronen Friedman --- diff --git a/src/mds/CInode.cc b/src/mds/CInode.cc index 5fc34a261514..4ac963166e98 100644 --- a/src/mds/CInode.cc +++ b/src/mds/CInode.cc @@ -2212,7 +2212,6 @@ void CInode::decode_lock_state(int type, const bufferlist& bl) auto p = bl.cbegin(); DECODE_START(1, p); - utime_t tm; snapid_t newfirst; using ceph::decode;