]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
wafsamba: remove unused variable in SAMBA_MODULE()
authorStefan Metzmacher <metze@samba.org>
Fri, 16 Jan 2015 23:24:53 +0000 (00:24 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 27 Jan 2015 10:02:16 +0000 (11:02 +0100)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10112

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
(cherry picked from commit 4da20e2e31790ca54f17b4a6039c24b7b502ac5f)

buildtools/wafsamba/wafsamba.py

index d403d65af5b6c0f36e1ce4adc848e2b198edb02a..1319751702f681db7ec0d6032542a4592f0a4fa2 100644 (file)
@@ -477,8 +477,6 @@ def SAMBA_MODULE(bld, modname, source,
     if GET_TARGET_TYPE(bld, subsystem) == 'DISABLED':
         return
 
-    obj_target = modname + '.objlist'
-
     realname = modname
     deps += ' ' + subsystem
     while realname.startswith("lib"+subsystem+"_"):