]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: remove unused variable
authorsu_nan@inspur.com <su_nan@inspur.com>
Thu, 14 Nov 2019 01:49:30 +0000 (09:49 +0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 15 Nov 2019 05:49:14 +0000 (21:49 -0800)
commita88ee073240b149d0c57bbc4552aa277ab8564bf
tree56661ff9285b88e89ba521153a496ffe142c2b22
parent35512c17c255bf0cb741dc032995b1fefdfece0f
client: remove unused variable

the flock and cond are useless variables in Client::_read_sync,remove useless variables

Fixes: https://tracker.ceph.com/issues/42720
Signed-off-by: su_nan@inspur.com <su_nan@inspur.com>
src/client/Client.cc