mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
lvmdbusd: Remove unused variable
This variable has been un-used for a long time.
This commit is contained in:
parent
0b8bf73a63
commit
b0757ac96e
@ -38,7 +38,6 @@ SHELL_IN_USE = None
|
|||||||
# Lock used by pprint
|
# Lock used by pprint
|
||||||
stdout_lock = multiprocessing.Lock()
|
stdout_lock = multiprocessing.Lock()
|
||||||
|
|
||||||
kick_q = multiprocessing.Queue()
|
|
||||||
worker_q = queue.Queue()
|
worker_q = queue.Queue()
|
||||||
|
|
||||||
# Main event loop
|
# Main event loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user