Remove useless code

Change-Id: I3a480e5dc0bc3b4270057148b6b9a405323ca5ec
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Tobias Hunger
2012-03-30 16:47:12 +02:00
parent f5aacb89eb
commit f3fc5b12eb

View File

@@ -81,7 +81,6 @@ QString DesktopQtVersion::warningReason() const
QList<ProjectExplorer::Abi> DesktopQtVersion::detectQtAbis() const QList<ProjectExplorer::Abi> DesktopQtVersion::detectQtAbis() const
{ {
ensureMkSpecParsed();
return qtAbisFromLibrary(qtCorePath(versionInfo(), qtVersionString())); return qtAbisFromLibrary(qtCorePath(versionInfo(), qtVersionString()));
} }