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:
parent
035adfb943
commit
f29b5e90b1
@ -276,8 +276,6 @@ sub can_contain_deferred($)
|
|||||||
sub can_contain_deferred($);
|
sub can_contain_deferred($);
|
||||||
my $e = shift;
|
my $e = shift;
|
||||||
|
|
||||||
print "$e->{NAME}\n";
|
|
||||||
|
|
||||||
return 0 if (Parse::Pidl::Typelist::is_scalar($e->{TYPE}));
|
return 0 if (Parse::Pidl::Typelist::is_scalar($e->{TYPE}));
|
||||||
return 1 unless (hasType($e->{TYPE})); # assume the worst
|
return 1 unless (hasType($e->{TYPE})); # assume the worst
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user