1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r7923: removed dependence on Data::Dumper

please use util::MyDumper() rather than adding this back in
This commit is contained in:
Andrew Tridgell 2005-06-26 05:19:48 +00:00 committed by Gerald (Jerry) Carter
parent 9ed763f7fa
commit 155da538f9
2 changed files with 0 additions and 5 deletions

View File

@ -7,10 +7,6 @@ package IdlSwig;
use strict;
# Some build farm machines don't have the Data::Dumper module installed
eval("use Data::Dumper");
sub pidl($)
{
print OUT shift;

View File

@ -4,7 +4,6 @@
# released under the GNU GPL
package IdlValidator;
use Data::Dumper;
use strict;