summaryrefslogtreecommitdiff
path: root/source4/build/pidl/header.pm
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-17 09:32:57 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-17 09:32:57 +0000
commitc562794e7477e56251baea4f954794ec189f2847 (patch)
tree93424a569c235ed654453c49db0788718d0f8095 /source4/build/pidl/header.pm
parent59df3ce5b5c5b484793a0e16faeb581ef343e167 (diff)
downloadsamba-c562794e7477e56251baea4f954794ec189f2847.tar.gz
samba-c562794e7477e56251baea4f954794ec189f2847.tar.bz2
samba-c562794e7477e56251baea4f954794ec189f2847.zip
started documenting the extension to IDL that pidl implements
(This used to be commit 22b5418a53149b42e71fd887866f75cdd53b81af)
Diffstat (limited to 'source4/build/pidl/header.pm')
-rw-r--r--source4/build/pidl/header.pm8
1 files changed, 0 insertions, 8 deletions
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}, "");