s3-waf: remove more unused variables.
authorGünther Deschner <gd@samba.org>
Wed, 23 Feb 2011 16:00:39 +0000 (17:00 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 23 Feb 2011 21:33:52 +0000 (22:33 +0100)
Guenther

source3/wscript_build

index 3c5228997789ed1bf5a81dd7e0630b34af0b7bd2..657a8668a3a8c542cc218ebbfcdadc68c1b8148f 100644 (file)
@@ -47,17 +47,9 @@ LIBCLI_WINREG_SRC = '''rpc_client/cli_winreg.c
 # that requires knowledge of security contexts
 REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c'''
 
-LIBREPLACE_SRC = '''${LIBREPLACE_SRCS}'''
-
-LIBSAMBAUTIL_SRC = '''${LIBREPLACE_SRC}'''
-
-LIBTEVENT_SRC0 = ''
-
 PTHREADPOOL_SRC = ''
 
-LIBREPLACE_SRCS = ''
-
-LIB_SRC = '''${LIBSAMBAUTIL_SRC}
+LIB_SRC = '''
           lib/messages.c lib/messages_local.c
           lib/messages_ctdbd.c lib/packet.c lib/ctdbd_conn.c
           lib/interfaces.c lib/memcache.c
@@ -86,7 +78,7 @@ LIB_SRC = '''${LIBSAMBAUTIL_SRC}
           intl/lang_tdb.c
           lib/conn_tdb.c lib/adt_tree.c lib/gencache.c
           lib/sessionid_tdb.c
-          lib/module.c lib/events.c ${LIBTEVENT_SRC0}
+          lib/module.c lib/events.c
           lib/server_contexts.c
           lib/ldap_escape.c
           lib/secdesc.c ${PTHREADPOOL_SRC}