summaryrefslogtreecommitdiff
path: root/source4/build/pidl/validator.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-05 16:50:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:56 -0500
commitdf036e08294ec98a2c7049f7f2fe03de1fd2ae44 (patch)
treee57c62d6f2d2d75daff4c059a0407569d8ec3f1c /source4/build/pidl/validator.pm
parent75d2452c019835faccdeb44908e158da0b8fa75a (diff)
downloadsamba-df036e08294ec98a2c7049f7f2fe03de1fd2ae44.tar.gz
samba-df036e08294ec98a2c7049f7f2fe03de1fd2ae44.tar.bz2
samba-df036e08294ec98a2c7049f7f2fe03de1fd2ae44.zip
r5660: Reduce number of generated "{}"'s
No longer complain about pointers to arrays - we support those. (This used to be commit 128c0ecf030043e81d73aaeda6afb731075f8f9e)
Diffstat (limited to 'source4/build/pidl/validator.pm')
-rw-r--r--source4/build/pidl/validator.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/build/pidl/validator.pm b/source4/build/pidl/validator.pm
index cf7df0dcb2..37f2e26e41 100644
--- a/source4/build/pidl/validator.pm
+++ b/source4/build/pidl/validator.pm
@@ -40,9 +40,6 @@ sub el_name($)
sub ValidElement($)
{
my $e = shift;
- if ($e->{POINTERS} && $e->{ARRAY_LEN}) {
- fatal(el_name($e) . " : pidl cannot handle pointers to arrays. Use a substructure instead\n");
- }
if (util::has_property($e, "ptr")) {
fatal(el_name($e) . " : pidl does not support full NDR pointers yet\n");