mirror of
https://github.com/ceph/ceph
synced 2025-01-19 17:41:39 +00:00
Merge pull request #12388 from kylinstorage/wip-remove-librbd-unused-variable
librbd: remove unused local variable Reviewed-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
commit
92adebc105
@ -910,7 +910,6 @@ struct C_InvalidateCache : public Context {
|
||||
map<string, bufferlist> *res) {
|
||||
size_t conf_prefix_len = prefix.size();
|
||||
|
||||
string start = prefix;
|
||||
for (auto it : pairs) {
|
||||
if (it.first.compare(0, MIN(conf_prefix_len, it.first.size()), prefix) > 0)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user