summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2012-02-16 23:03:05 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-17 14:28:34 +0000
commit04e1010fd74a8e61d43e83afb81c4f6315a201c8 (patch)
tree6ac416312aecb5ae14ba92c39440fbad6370593c /solenv
parent2492b26bb705a5c85b87386cd18aa57b3ed3c68d (diff)
Remove unused save_logfile_after_linking from installer::worker
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/worker.pm15
1 files changed, 0 insertions, 15 deletions
diff --git a/solenv/bin/modules/installer/worker.pm b/solenv/bin/modules/installer/worker.pm
index 702e366d1774..6f6801a525fe 100644
--- a/solenv/bin/modules/installer/worker.pm
+++ b/solenv/bin/modules/installer/worker.pm
@@ -277,21 +277,6 @@ sub analyze_and_save_logfile
}
###############################################################
-# Analyzing and creating the log file
-###############################################################
-
-sub save_logfile_after_linking
-{
- my ($loggingdir, $installlogdir, $current_install_number) = @_;
-
- # Saving the logfile in the log file directory and additionally in a log directory in the install directory
- my $numberedlogfilename = $installer::globals::logfilename;
- installer::logger::print_message( "... creating log file $numberedlogfilename \n" );
- installer::files::save_file($loggingdir . $numberedlogfilename, \@installer::globals::logfileinfo);
- installer::files::save_file($installlogdir . $installer::globals::separator . $numberedlogfilename, \@installer::globals::logfileinfo);
-}
-
-###############################################################
# Removing all directories that are saved in the
# global directory @installer::globals::removedirs
###############################################################