Skip to content
Snippets Groups Projects
Commit f8bc1290 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

remove pointless conditional

parent 7198b1ea
No related branches found
No related tags found
No related merge requests found
......@@ -888,7 +888,7 @@ ProFileReader *Qt4Project::createProFileReader(Qt4ProFileNode *qt4ProFileNode, Q
m_proFileOption = new ProFileOption;
m_proFileOptionRefCnt = 0;
if (!bc && activeTarget() && activeTarget()->activeBuildConfiguration())
if (!bc && activeTarget())
bc = activeTarget()->activeBuildConfiguration();
if (bc) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment