Revert "Wrapper: fix comment"

Feature is superfluous because <copy_file/> on an output file already renames/moves the file.

This reverts commit 309f38fbaa.
This commit is contained in:
Christian Beer 2016-05-18 10:19:49 +02:00
parent b2bf23569a
commit e9da8ce7e5
1 changed files with 1 additions and 3 deletions

View File

@ -417,9 +417,7 @@ void do_zip_outputs() {
}
}
// rename/move output files usefull for large files that are alreay in the project directory
// The logical name of the output file "foo" must be specified as "foo.link" in the result template
// and "foo" should be a softlink, see usage of boinc_resolve() in job.xml
// if any zipped input files are present, unzip and remove them
//
void do_rename_outputs() {
for (unsigned int i=0; i<rename_output_filenames.size(); i++) {