summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-08-16 14:22:42 +1200
committerAndreas Schneider <asn@cryptomilk.org>2019-08-21 09:57:30 +0000
commit1aa249e7f4a1c4222b4cc79bac64c8b95c89d868 (patch)
treee8d4b76c7fe042c436d90a8ac9fc27b321a68757 /source3/wscript_build
parent1e427f55d71350b25a8a26e94a5cb7895d8efdf6 (diff)
downloadsamba-1aa249e7f4a1c4222b4cc79bac64c8b95c89d868.tar.gz
s3-librpc: Remove unused init_netr_CryptPassword()
Unused since 38d4dba37406515181e4d6f1a1faffc18e652e27 in 2013 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 2c444155d8c..b93ee6ff796 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1025,7 +1025,6 @@ bld.SAMBA3_LIBRARY('libcli_netlogon3',
deps='''
msrpc3
RPC_NDR_NETLOGON
- INIT_NETLOGON
cliauth
smbconf
NETLOGON_CREDS_CLI''',
@@ -1058,10 +1057,6 @@ bld.SAMBA3_SUBSYSTEM('INIT_LSA',
source='rpc_client/init_lsa.c',
deps='samba-util')
-bld.SAMBA3_SUBSYSTEM('INIT_NETLOGON',
- source='rpc_client/init_netlogon.c',
- deps='samba-util')
-
bld.SAMBA3_SUBSYSTEM('INIT_SAMR',
source='rpc_client/init_samr.c',
deps='samba-util GNUTLS_HELPERS')