Skip to content

Commit fc40c91

Browse files
Merge pull request ceph#60153 from rishabh-d-dave/mgr-vol-cv-waiting
mgr/vol: remove unused variable Reviewed-by: Jos Collin <[email protected]>
2 parents df4367e + ce5d62d commit fc40c91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pybind/mgr/volumes/fs/async_job.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ def __init__(self, volume_client, name_pfx, nr_concurrent_jobs):
131131
# lock, cv for kickstarting jobs
132132
self.lock = threading.Lock()
133133
self.cv = threading.Condition(self.lock)
134-
# cv for job cancelation
135-
self.waiting = False
136134
self.stopping = threading.Event()
137135
self.cancel_cv = threading.Condition(self.lock)
138136
self.nr_concurrent_jobs = nr_concurrent_jobs

0 commit comments

Comments
 (0)