From c2236f1a8bcec64f951ad404f59aaf3bc593f89b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 May 2004 10:35:08 +0000 Subject: r667: remove Data::Dumper dependecy metze (This used to be commit eae450f219701e156a5bd0fd7096dd7fe7da6e2b) --- source4/build/smb_build/main.pl | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'source4/build') diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl index ebe8e23c1d..1e3cd84fb6 100644 --- a/source4/build/smb_build/main.pl +++ b/source4/build/smb_build/main.pl @@ -6,20 +6,6 @@ ### Released under the GNU GPL ### ########################################################### -use Data::Dumper; -sub _dump_ctx($) -{ - my $ctx = shift; - - open (DUMP,"> config.smb_build.dump"); - - print DUMP Dumper($ctx); - - close(DUMP); - - return; -} - sub smb_build_main($) { check_input($SMB_BUILD_CTX); @@ -32,7 +18,5 @@ sub smb_build_main($) create_smb_build_h($SMB_BUILD_CTX); - _dump_ctx($SMB_BUILD_CTX); - return 0; } \ No newline at end of file -- cgit