Remove incorrect check for mingw 64 bit
authorKai Koehne <kai.koehne@digia.com>
Fri, 7 Feb 2014 11:42:54 +0000 (12:42 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 11 Feb 2014 09:30:30 +0000 (10:30 +0100)
commit95f256d21dd4e7683a1476a572d121a30fb929ba
treec3f1a5fa5ca8435b7ce83d9e924dc464b39405fc
parent51f77e9e8eafa17de68153220685bf4961072aa3
Remove incorrect check for mingw 64 bit

MinGW-w64 has '64' too, but isn't necessarily a 64 bit build ...
But the variable wasn't used anyway, so we can as well just remove
the check.

Change-Id: Ifba3ce344c5dc5e692f105bc99081ae4c69c779c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
tools/configure/environment.cpp