From: Joseph Sutton Date: Tue, 29 Aug 2023 00:11:08 +0000 (+1200) Subject: wscript: Remove unused variable X-Git-Tag: tevent-0.16.0~746 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5cc15fdf16dbfa64b6808dca5c0ac6701f1a553;p=thirdparty%2Fsamba.git wscript: Remove unused variable Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/wscript b/wscript index 95ddd9ef5ba..36a5ad40763 100644 --- a/wscript +++ b/wscript @@ -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