aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/projectexplorer/buildstep.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/projectexplorer/buildstep.cpp b/src/plugins/projectexplorer/buildstep.cpp
index a3b12fbeab..b6c6f4d621 100644
--- a/src/plugins/projectexplorer/buildstep.cpp
+++ b/src/plugins/projectexplorer/buildstep.cpp
@@ -212,12 +212,6 @@ BuildConfiguration *BuildStep::buildConfiguration() const
if (config)
return config;
- // This situation should be avoided, as the step returned below is almost
- // always not the right one, but the fallback is best we can do.
- // A potential currently still valid path is accessing a build configuration
- // from a BuildStep in a DeployConfiguration. Let's hunt those down and
- // replace with explicit code there.
- QTC_CHECK(false);
// step is not part of a build configuration, use active build configuration of step's target
return target()->activeBuildConfiguration();
}