]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
third_party/heimdal_build: Remove unused imports
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 29 Aug 2023 02:58:53 +0000 (14:58 +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>
third_party/heimdal_build/wscript_build
third_party/heimdal_build/wscript_configure

index 8aea52b55f5fdd073edbcab9d816bcf906957540..bbbf4bfde201e5f9b2e2ae05d782aef9cc690a94 100644 (file)
@@ -1,7 +1,6 @@
 #!/usr/bin/env python
 
 import os
-from waflib import Context
 from samba_utils import SET_TARGET_TYPE
 from samba_autoconf import CURRENT_CFLAGS
 from samba_utils import LOAD_ENVIRONMENT, TO_LIST
index 645ce3a3468000c5def21601298fd543c14db5c3..116fdd8198fc5b0c0b8bbebcdabdd80222f14aaf 100644 (file)
@@ -8,7 +8,6 @@
 # enough yet to know if it is usable (some bug fix might be missing,
 # compile_et might not generate the expected code, etc).
 
-import sys
 from waflib import Logs
 
 conf.CHECK_TYPE('u_char', 'uint8_t')