mirror of
https://github.com/ceph/ceph
synced 2024-12-25 12:54:16 +00:00
src/rados.cc: remove unused variable
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
965f5d0cfd
commit
da51f596a0
@ -936,7 +936,6 @@ static int do_lock_cmd(std::vector<const char*> &nargs,
|
||||
if (cmd.compare("info") == 0) {
|
||||
map<rados::cls::lock::locker_id_t, rados::cls::lock::locker_info_t> lockers;
|
||||
ClsLockType type = LOCK_NONE;
|
||||
string description;
|
||||
string tag;
|
||||
int ret = rados::cls::lock::get_lock_info(ioctx, oid, lock_name, &lockers, &type, &tag);
|
||||
if (ret < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user