Skip to content

Commit ce5d62d

Browse files
mgr/vol: remove unused variable
Signed-off-by: Rishabh Dave <[email protected]>
1 parent a1cd410 commit ce5d62d

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
@@ -125,8 +125,6 @@ def __init__(self, volume_client, name_pfx, nr_concurrent_jobs):
125125
# lock, cv for kickstarting jobs
126126
self.lock = threading.Lock()
127127
self.cv = threading.Condition(self.lock)
128-
# cv for job cancelation
129-
self.waiting = False
130128
self.stopping = threading.Event()
131129
self.cancel_cv = threading.Condition(self.lock)
132130
self.nr_concurrent_jobs = nr_concurrent_jobs

0 commit comments

Comments
 (0)