bluestore: Remove unused expression in statement

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
This commit is contained in:
Adam C. Emerson 2017-04-10 16:28:14 -04:00
parent 25a681bb1c
commit e8382a2f60

View File

@ -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));
}
}
}