1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r24563: remove unused DCERPC specific stuff from the generated NDR code

metze
(This used to be commit 2dbf89e223)
This commit is contained in:
Stefan Metzmacher 2007-08-19 22:23:17 +00:00 committed by Gerald (Jerry) Carter
parent 0d7d5a6d49
commit 97a118ded3

View File

@ -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!
}
}