From 574a11bd3720b4d9fd66b386ff32bdcfaf259478 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 8 Nov 2003 13:24:14 +0000 Subject: - include includes.h - fix ref ptrs in push - add NTSTATUS return (This used to be commit cba9df9aa4cef7d35ae786a90d6c34b54e9a086a) --- source4/build/pidl/header.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/build/pidl/header.pm') diff --git a/source4/build/pidl/header.pm b/source4/build/pidl/header.pm index 783fff2204..bbb35534ac 100644 --- a/source4/build/pidl/header.pm +++ b/source4/build/pidl/header.pm @@ -55,10 +55,6 @@ sub DumpElement($) $res .= " "; if ($element->{POINTERS}) { my($n) = $element->{POINTERS}; - if (util::is_scalar_type($element->{TYPE}) && - util::has_property($element->{PROPERTIES}, "ref")) { - $n--; - } for (my($i)=$n; $i > 0; $i--) { $res .= "*"; } -- cgit