mirror of
https://github.com/samba-team/samba.git
synced 2025-12-20 16:23:51 +03:00
samba-tool dbcheck: remove unused variable
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <noel.power@suse.com>
This commit is contained in:
committed by
Douglas Bagnall
parent
d5f1ea6077
commit
d7f26be93c
@@ -41,7 +41,6 @@ class cmd_dbcheck(Command):
|
||||
|
||||
def process_yes(option, opt, value, parser):
|
||||
assert value is None
|
||||
done = 0
|
||||
rargs = parser.rargs
|
||||
if rargs:
|
||||
arg = rargs[0]
|
||||
|
||||
Reference in New Issue
Block a user