diff options
Diffstat (limited to 'source4/build/pidl/header.pm')
-rw-r--r-- | source4/build/pidl/header.pm | 8 |
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}, ""); |