1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

wscript: Remove unused variable

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-08-29 12:11:08 +12:00 committed by Andrew Bartlett
parent 752a1c409e
commit b5cc15fdf1

View File

@ -123,7 +123,7 @@ def options(opt):
help=('Disable kernely keyring support for credential storage'),
action='store_false', dest='enable_keyring')
gr = opt.option_group('developer options')
opt.option_group('developer options')
opt.load('python') # options for disabling pyc or pyo compilation
# enable options related to building python extensions