summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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