1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r21682: Remove accidently committed debug command.

(This used to be commit 74a3681d65f570acf2756b40e0ad82799b86e9ec)
This commit is contained in:
Jelmer Vernooij 2007-03-04 14:31:18 +00:00 committed by Gerald (Jerry) Carter
parent 035adfb943
commit f29b5e90b1

View File

@ -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