From 9a1000c8cc88c78309d5ad017e7e4f2f1c2d825b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Fri, 3 Dec 2010 19:30:41 +0100 Subject: [PATCH] winemaker: Remove a comment. --- tools/winemaker | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/winemaker b/tools/winemaker index 28fc9bdd477..7e98d77783e 100755 --- a/tools/winemaker +++ b/tools/winemaker @@ -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";