mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
bluestore: Remove unused expression in statement
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
This commit is contained in:
parent
25a681bb1c
commit
e8382a2f60
@ -698,7 +698,7 @@ int64_t BlueStore::GarbageCollector::estimate(
|
||||
dout(30) << __func__ << " affected_blob:" << *b
|
||||
<< " unref 0x" << std::hex << o << "~" << l
|
||||
<< std::dec << dendl;
|
||||
affected_blobs.emplace(b, BlobInfo(ref_bytes)).first->second;
|
||||
affected_blobs.emplace(b, BlobInfo(ref_bytes));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user