summaryrefslogtreecommitdiff
path: root/source4/build/pidl/validator.pm
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-03-12 08:29:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:01 -0500
commite90c904a5f9b3b10a2e304be3a532ceb83424cb5 (patch)
treec2cb689c85ec789036f9924f9773dacabbd378f1 /source4/build/pidl/validator.pm
parent4b83366b6cf81a29fab0f9dac5e6074784c639a8 (diff)
downloadsamba-e90c904a5f9b3b10a2e304be3a532ceb83424cb5.tar.gz
samba-e90c904a5f9b3b10a2e304be3a532ceb83424cb5.tar.bz2
samba-e90c904a5f9b3b10a2e304be3a532ceb83424cb5.zip
r5764: add support for embedded ref pointers
metze (This used to be commit 112043b1809a96b1a39ade71ea2885c0d792c79f)
Diffstat (limited to 'source4/build/pidl/validator.pm')
-rw-r--r--source4/build/pidl/validator.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/build/pidl/validator.pm b/source4/build/pidl/validator.pm
index bbef008ee5..e8a42c6031 100644
--- a/source4/build/pidl/validator.pm
+++ b/source4/build/pidl/validator.pm
@@ -88,10 +88,6 @@ sub ValidStruct($)
my($struct) = shift;
foreach my $e (@{$struct->{ELEMENTS}}) {
- if (util::has_property($e, "ref")) {
- fatal(el_name($e) . " : embedded ref pointers are not supported yet\n");
- }
-
$e->{PARENT} = $struct;
ValidElement($e);
}