summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-06-25 12:22:59 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-06-26 04:12:32 +0000
commit518227b674e89f128e33a27617c2fffe9df904a0 (patch)
treef9e153027187ec8c7a77b0ec24c705a520f63c7e /librpc
parentdbff6cac3141fd40db90d9cfdd3b10286535cf5d (diff)
downloadsamba-518227b674e89f128e33a27617c2fffe9df904a0.tar.gz
librpc: Remove unused RPC_NDR_NTLMSSP
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/wscript_build5
1 files changed, 0 insertions, 5 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index 981ac810704..c8112dbd71b 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -520,11 +520,6 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_DRSBLOBS',
public_deps='dcerpc-binding NDR_DRSBLOBS'
)
-bld.SAMBA_SUBSYSTEM('RPC_NDR_NTLMSSP',
- source='gen_ndr/ndr_ntlmssp_c.c',
- public_deps='dcerpc-binding NDR_NTLMSSP'
- )
-
bld.SAMBA_SUBSYSTEM('RPC_NDR_POLICYAGENT',
source='gen_ndr/ndr_policyagent_c.c',
public_deps='dcerpc-binding NDR_POLICYAGENT'