]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mds/Migrator.cc
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / mds / Migrator.cc
index 130ed08c1d21ffc665be0c4df1abe86752b284b6..8bd875c3450ef89c4ad7d948bf3c27a2efc570fc 100644 (file)
@@ -3379,8 +3379,6 @@ void Migrator::decode_import_dir(bufferlist::const_iterator& blp,
   if (le) 
     le->metablob.add_import_dir(dir);
 
-  int num_imported = 0;
-
   // take all waiters on this dir
   // NOTE: a pass of imported data is guaranteed to get all of my waiters because
   // a replica's presense in my cache implies/forces it's presense in authority's.