wafsamba: remove unused variable in SAMBA_MODULE()
authorStefan Metzmacher <metze@samba.org>
Fri, 16 Jan 2015 23:24:53 +0000 (00:24 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 19 Jan 2015 01:24:03 +0000 (02:24 +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>
buildtools/wafsamba/wafsamba.py

index 9a38900d5fc6df67b618326adfb18b3ba5a37541..5931b6803f3771c10eddadd4e4c41a71cae2d45f 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+"_"):