aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pidl/lib/Parse/Pidl/Samba4/NDR
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-11-17 09:29:36 +0000
committerJörg Mayer <jmayer@loplof.de>2006-11-17 09:29:36 +0000
commit6c69e04adb5ed2da5eee5511729a2abd6626c47c (patch)
tree9c038eb4e5589af2f010d78f15dab5e59b6e253e /tools/pidl/lib/Parse/Pidl/Samba4/NDR
parent8868b231bdaea752ea8ccfc5a8f9f6603bfb5780 (diff)
Update from samba tree revision 19744 to 19759
============================ Samba log start ============ ------------------------------------------------------------------------ r19751 | jelmer | 2006-11-16 23:11:32 +0100 (Thu, 16 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/tests/parse_idl.pl Add some tests for parsing the "include", "import" and "importlib" statements. ------------------------------------------------------------------------ r19752 | jelmer | 2006-11-16 23:13:44 +0100 (Thu, 16 Nov 2006) | 2 lines Changed paths: M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm Remove support for the `depends' attribute (use "import") instead. ------------------------------------------------------------------------ ------------------------------------------------------------------------ ============================ Samba log end ============== svn path=/trunk/; revision=19920
Diffstat (limited to 'tools/pidl/lib/Parse/Pidl/Samba4/NDR')
-rw-r--r--tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm b/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
index 80d02cb533..d871ed38bb 100644
--- a/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
+++ b/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
@@ -2258,10 +2258,6 @@ sub HeaderInterface($)
pidl choose_header("librpc/gen_ndr/ndr_orpc.h", "ndr/orpc.h");
}
- if (defined $interface->{PROPERTIES}->{depends}) {
- HeaderImport(split / /, $interface->{PROPERTIES}->{depends});
- }
-
if (defined $interface->{PROPERTIES}->{helper}) {
HeaderInclude(split / /, $interface->{PROPERTIES}->{helper});
}