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:
parent
752a1c409e
commit
b5cc15fdf1
2
wscript
2
wscript
@ -123,7 +123,7 @@ def options(opt):
|
|||||||
help=('Disable kernely keyring support for credential storage'),
|
help=('Disable kernely keyring support for credential storage'),
|
||||||
action='store_false', dest='enable_keyring')
|
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
|
opt.load('python') # options for disabling pyc or pyo compilation
|
||||||
# enable options related to building python extensions
|
# enable options related to building python extensions
|
||||||
|
Loading…
Reference in New Issue
Block a user