1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

lvmdbusd: Remove unused variable

This variable has been un-used for a long time.
This commit is contained in:
Tony Asleson 2016-11-29 17:02:53 -06:00
parent 0b8bf73a63
commit b0757ac96e

View File

@ -38,7 +38,6 @@ SHELL_IN_USE = None
# Lock used by pprint
stdout_lock = multiprocessing.Lock()
kick_q = multiprocessing.Queue()
worker_q = queue.Queue()
# Main event loop