From: Joseph Sutton Date: Tue, 29 Aug 2023 08:50:13 +0000 (+1200) Subject: ldb: Remove unused import X-Git-Tag: tevent-0.16.0~784 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b440732e7fcd817d7c2012ea2f843899eaa45a9a;p=thirdparty%2Fsamba.git ldb: Remove unused import Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb/wscript b/lib/ldb/wscript index b4f9c501da7..0d9320277d9 100644 --- a/lib/ldb/wscript +++ b/lib/ldb/wscript @@ -14,7 +14,6 @@ sys.path.insert(0, top + '/buildtools/wafsamba') out = 'bin' -import wafsamba from wafsamba import samba_dist, samba_utils from waflib import Errors, Options, Logs, Context import shutil