summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/NDR.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/NDR.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/NDR.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/NDR.pm b/source4/pidl/lib/Parse/Pidl/NDR.pm
index 86bd62044b..a80bb954c1 100644
--- a/source4/pidl/lib/Parse/Pidl/NDR.pm
+++ b/source4/pidl/lib/Parse/Pidl/NDR.pm
@@ -766,7 +766,6 @@ my %property_list = (
"endpoint" => ["INTERFACE"],
"pointer_default" => ["INTERFACE"],
"pointer_default_top" => ["INTERFACE"],
- "depends" => ["INTERFACE"],
"helper" => ["INTERFACE"],
"authservice" => ["INTERFACE"],
@@ -1045,10 +1044,6 @@ sub ValidInterface($)
my($interface) = shift;
my($data) = $interface->{DATA};
- if (has_property($interface, "depends")) {
- nonfatal $interface, "depends() is pidl-specific and deprecated. Use `import' instead";
- }
-
if (has_property($interface, "helper")) {
nonfatal $interface, "helper() is pidl-specific and deprecated. Use `include' instead";
}