summaryrefslogtreecommitdiff
path: root/source4/build/pidl/util.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-02-12 19:28:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:45 -0500
commit67bc7ddbe9d42507f276381796f0be1ff01111d4 (patch)
tree698d9662f1b0188e147c4ba49a27e635b5bd912b /source4/build/pidl/util.pm
parente199f4cef2bac3b244d08d445421975313229283 (diff)
downloadsamba-67bc7ddbe9d42507f276381796f0be1ff01111d4.tar.gz
samba-67bc7ddbe9d42507f276381796f0be1ff01111d4.tar.bz2
samba-67bc7ddbe9d42507f276381796f0be1ff01111d4.zip
r5360: Remove a couple of unused functions.
(This used to be commit d8a0a6972156c3211001b7f98e990c167be2468c)
Diffstat (limited to 'source4/build/pidl/util.pm')
-rw-r--r--source4/build/pidl/util.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm
index f46fa76f0e..58d95eff39 100644
--- a/source4/build/pidl/util.pm
+++ b/source4/build/pidl/util.pm
@@ -306,16 +306,6 @@ sub array_size($)
return undef;
}
-# determine if an element has a direct buffers component
-sub has_direct_buffers($)
-{
- my $e = shift;
- if ($e->{POINTERS} || array_size($e)) {
- return 1;
- }
- return 0;
-}
-
# return 1 if the string is a C constant
sub is_constant($)
{