From 8246214e7ef5374acc0a1f97f4f1203374fba7f8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 13 Jul 2010 12:03:21 -0400 Subject: s3-dcerpc: Remove unused functions and headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit parse_rpc.c is dead, long live parse_rpc.c ! Signed-off-by: Günther Deschner --- source3/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index b980b7f25c..a4b71f0765 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -356,8 +356,7 @@ LIBNDR_GEN_OBJ = librpc/gen_ndr/ndr_wkssvc.o \ # that requires knowledge of security contexts RPC_PARSE_OBJ1 = rpc_parse/parse_prs.o rpc_parse/parse_misc.o -RPC_PARSE_OBJ2 = rpc_parse/parse_rpc.o \ - rpc_client/init_netlogon.o \ +RPC_PARSE_OBJ2 = rpc_client/init_netlogon.o \ rpc_client/init_lsa.o LIBREPLACE_OBJ = @LIBREPLACE_OBJS@ -- cgit