From 2aa71b21f77121e0d920a22798e9de1b62c99d29 Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Fri, 20 Mar 2009 21:45:13 +0100
Subject: [PATCH] Removed superfluous comment (missed to remove it in 38b320f9)

---
 build.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.sh b/build.sh
index 56dc7a9..40c9678 100755
--- a/build.sh
+++ b/build.sh
@@ -187,7 +187,6 @@ prepare_win32()
 	else
 		cd .. || failure
 		echo "Retrieving MinGW build script (this may take a while)..." | tee -a $LOGFILE
-		# the date tag used is meant as a temporary workaround! Remove when GCC build issue got fixed upstream!
 		cvs -z3 -d:pserver:anonymous@mingw.cvs.sourceforge.net:/cvsroot/mingw checkout -P xscripts >> $LOGFILE 2>&1 || failure
 	fi
 	
-- 
GitLab