summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-13 10:35:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:40 -0500
commitc2236f1a8bcec64f951ad404f59aaf3bc593f89b (patch)
tree9324fb7d398d286ef96b12d0b1ff9a9e9fee87e1 /source4/build/smb_build
parent5ad0ccbd59780c495ffd5e2cc79fd3488ed24286 (diff)
downloadsamba-c2236f1a8bcec64f951ad404f59aaf3bc593f89b.tar.gz
samba-c2236f1a8bcec64f951ad404f59aaf3bc593f89b.tar.bz2
samba-c2236f1a8bcec64f951ad404f59aaf3bc593f89b.zip
r667: remove Data::Dumper dependecy
metze (This used to be commit eae450f219701e156a5bd0fd7096dd7fe7da6e2b)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/main.pl16
1 files changed, 0 insertions, 16 deletions
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