summaryrefslogtreecommitdiff
path: root/source4/pidl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-04 14:31:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:10 -0500
commitf29b5e90b17e9ca3a27a56915a3d75df380b5d09 (patch)
treea258db6d71db58c336a7c3a312203e4d99127fed /source4/pidl
parent035adfb94399a2e2d5d4ca26aaa214576f5c0b64 (diff)
downloadsamba-f29b5e90b17e9ca3a27a56915a3d75df380b5d09.tar.gz
samba-f29b5e90b17e9ca3a27a56915a3d75df380b5d09.tar.bz2
samba-f29b5e90b17e9ca3a27a56915a3d75df380b5d09.zip
r21682: Remove accidently committed debug command.
(This used to be commit 74a3681d65f570acf2756b40e0ad82799b86e9ec)
Diffstat (limited to 'source4/pidl')
-rw-r--r--source4/pidl/lib/Parse/Pidl/NDR.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/NDR.pm b/source4/pidl/lib/Parse/Pidl/NDR.pm
index 88420374ee..1d7ca16707 100644
--- a/source4/pidl/lib/Parse/Pidl/NDR.pm
+++ b/source4/pidl/lib/Parse/Pidl/NDR.pm
@@ -276,8 +276,6 @@ sub can_contain_deferred($)
sub can_contain_deferred($);
my $e = shift;
- print "$e->{NAME}\n";
-
return 0 if (Parse::Pidl::Typelist::is_scalar($e->{TYPE}));
return 1 unless (hasType($e->{TYPE})); # assume the worst