]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-dedup-tool: fix warning 35902/head
authorSage Weil <sage@newdream.net>
Tue, 14 Jul 2020 13:44:44 +0000 (08:44 -0500)
committerSage Weil <sage@newdream.net>
Tue, 14 Jul 2020 13:56:11 +0000 (08:56 -0500)
Signed-off-by: Sage Weil <sage@newdream.net>
src/tools/ceph_dedup_tool.cc

index 35004a279078dfba1699efc174d7ca45358baabc..3ae502abb2ceda5edbbb385786a70c77d453a955 100644 (file)
@@ -388,7 +388,6 @@ void ChunkScrub::chunk_scrub_common()
   ObjectCursor shard_start;
   ObjectCursor shard_end;
   int ret;
-  utime_t cur_time = ceph_clock_now();
   Rados rados;
 
   ret = rados.init_with_context(g_ceph_context);