]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mds: remove unused declaraion
authorRonen Friedman <rfriedma@redhat.com>
Tue, 13 Dec 2022 12:24:08 +0000 (14:24 +0200)
committerRonen Friedman <rfriedma@redhat.com>
Tue, 13 Dec 2022 12:24:08 +0000 (14:24 +0200)
as some Jenkins builds are set to treat warnings as errors, and
complain.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/mds/CInode.cc

index 5fc34a26151400c0f85bad2ab6e24a110a21b459..4ac963166e98d2fcbfb5c4c98f11616c54df057c 100644 (file)
@@ -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;