diff options
author | Günther Deschner <gd@samba.org> | 2010-07-01 02:57:19 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-02 10:50:21 +0200 |
commit | 786198e523257de75d9238cd993594e5f8a8a4b7 (patch) | |
tree | 71ed98e306130e6cec3d3005a4ad3f9ddd9ea338 /source3/wscript_build | |
parent | b381fba0892021f164223bae8b0951014a28735e (diff) | |
download | samba-786198e523257de75d9238cd993594e5f8a8a4b7.tar.gz samba-786198e523257de75d9238cd993594e5f8a8a4b7.tar.bz2 samba-786198e523257de75d9238cd993594e5f8a8a4b7.zip |
s3-registry: remove unused reg_util_marshalling code.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index cc7ebd3319..b8d32d37b0 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -305,7 +305,6 @@ LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c # registry-related objects # UTIL_REG_SRC = '''../libcli/registry/util_reg.c''' -REG_UTIL_MARSHALLING_SRC = '''registry/reg_util_marshalling.c''' REG_INIT_BASIC_SRC = '''registry/reg_init_basic.c''' REG_INIT_SMBCONF_SRC = '''registry/reg_init_smbconf.c''' @@ -334,7 +333,6 @@ REG_BASE_SRC = '''registry/reg_api.c ${REGFIO_SRC} ${REGSRCS_SRC} registry/reg_util_internal.c - ${REG_UTIL_MARSHALLING_SRC} lib/util_nttoken.c ${REG_BACKENDS_BASE_SRC} ${REG_INIT_BASIC_SRC}''' |