winemaker: Remove a comment.

oldstable
André Hentschel 2010-12-03 19:30:41 +01:00 committed by Alexandre Julliard
parent e2592139fa
commit 9a1000c8cc
1 changed files with 0 additions and 2 deletions

View File

@ -1980,8 +1980,6 @@ sub fix_file($$$)
}
print " $filename\n";
#FIXME:assuming that because there is a .bak file, this is what we want is
#probably flawed. Or is it???
if (! -e "$filename.bak") {
if (!copy("$filename","$filename.bak")) {
print STDERR "error: unable to make a backup of $filename:\n";