summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Compat.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-24 14:22:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:09 -0500
commit76ab42061529f026f3cade4ab2b2779dd676a61a (patch)
tree3fc494de5b951cc7dc1a8bff9d8a3c4396aa0ccf /source4/pidl/lib/Parse/Pidl/Compat.pm
parent8973ac8a393f9df64ea37de79397161815e1ce2c (diff)
downloadsamba-76ab42061529f026f3cade4ab2b2779dd676a61a.tar.gz
samba-76ab42061529f026f3cade4ab2b2779dd676a61a.tar.bz2
samba-76ab42061529f026f3cade4ab2b2779dd676a61a.zip
r14692: Get rid of the obfuscation() attribute
(This used to be commit 122d1d0249800d51e45ce0d092c97f1f9bf2c7d5)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Compat.pm')
-rw-r--r--source4/pidl/lib/Parse/Pidl/Compat.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Compat.pm b/source4/pidl/lib/Parse/Pidl/Compat.pm
index f0b8cc7b0b..944193ac1b 100644
--- a/source4/pidl/lib/Parse/Pidl/Compat.pm
+++ b/source4/pidl/lib/Parse/Pidl/Compat.pm
@@ -124,10 +124,6 @@ sub CheckElement($)
warning($e, "compression() property not supported");
}
- if (has_property($e, "obfuscation")) {
- warning($e, "obfuscation() property not supported");
- }
-
if (has_property($e, "sptr")) {
warning($e, "sptr() pointer property not supported");
}