From c562794e7477e56251baea4f954794ec189f2847 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 17 Nov 2003 09:32:57 +0000 Subject: started documenting the extension to IDL that pidl implements (This used to be commit 22b5418a53149b42e71fd887866f75cdd53b81af) --- source4/build/pidl/header.pm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4/build/pidl/header.pm') diff --git a/source4/build/pidl/header.pm b/source4/build/pidl/header.pm index 7f7f2db977..cb64fe0ea3 100644 --- a/source4/build/pidl/header.pm +++ b/source4/build/pidl/header.pm @@ -41,14 +41,6 @@ sub HeaderElement($) { my($element) = shift; - if (util::has_property($element, "struct_len")) { - # a struct_len is an internal artifact - it is put on the - # wire but not exposed via the api, which means it does - # not appear in the header file - return; - } - - (defined $element->{PROPERTIES}) && HeaderProperties($element->{PROPERTIES}); $res .= tabs(); HeaderType($element, $element->{TYPE}, ""); -- cgit