From 97a118ded314b2f8f7e4a68cb77c41e3668203d0 Mon Sep 17 00:00:00 2001
From: Stefan Metzmacher <metze@samba.org>
Date: Sun, 19 Aug 2007 22:23:17 +0000
Subject: r24563: remove unused DCERPC specific stuff from the generated NDR
 code

metze
(This used to be commit 2dbf89e22352dcb36c7246671ccc9cd55d9f6a57)
---
 source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'source4/pidl/lib/Parse/Pidl')

diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
index 7c9e9382af..166a3a6b59 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
@@ -2407,7 +2407,6 @@ sub HeaderInterface($$)
 		$self->pidl_hdr("#define NDR_$name\_HELPSTRING $interface->{PROPERTIES}->{helpstring}");
 
 		$self->pidl_hdr("extern const struct ndr_interface_table ndr_table_$interface->{NAME};");
-		$self->pidl_hdr("NTSTATUS dcerpc_server_$interface->{NAME}_init(void);");
 	}
 
 	foreach (@{$interface->{FUNCTIONS}}) {
@@ -2600,8 +2599,6 @@ sub GenerateIncludes($)
 	if (is_intree() != 3) {
 		$self->pidl(choose_header("libcli/util/nterr.h", "core/nterr.h"));
 		$self->pidl(choose_header("librpc/gen_ndr/ndr_misc.h", "gen_ndr/ndr_misc.h"));
-		$self->pidl(choose_header("librpc/gen_ndr/ndr_dcerpc.h", "gen_ndr/ndr_dcerpc.h"));
-		$self->pidl(choose_header("librpc/rpc/dcerpc.h", "dcerpc.h")); #FIXME: This shouldn't be here!
 	}
 }
 
-- 
cgit