]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
wscript: Remove unused variable
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 29 Aug 2023 00:11:08 +0000 (12:11 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 Aug 2023 02:15:29 +0000 (02:15 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
wscript

diff --git a/wscript b/wscript
index 95ddd9ef5ba3f5fd4f6e181047eba5537ab452a5..36a5ad40763a6714111f24f3dc144a47ebd034f8 100644 (file)
--- 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