mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
tiny clean-up
This commit is contained in:
parent
7415f69a91
commit
bb46f73b09
2 changed files with 2 additions and 3 deletions
|
@ -88,8 +88,6 @@ public class ExternalBuildRunner extends AbstractBuildRunner {
|
|||
|
||||
IPath buildCommand = builder.getBuildCommand();
|
||||
if (buildCommand != null) {
|
||||
ICConfigurationDescription cfgDescription = ManagedBuildManager.getDescriptionForConfiguration(configuration);
|
||||
|
||||
String cfgName = configuration.getName();
|
||||
String toolchainName = configuration.getToolChain().getName();
|
||||
boolean isSupported = configuration.isSupported();
|
||||
|
@ -113,6 +111,7 @@ public class ExternalBuildRunner extends AbstractBuildRunner {
|
|||
|
||||
List<IConsoleParser> parsers = new ArrayList<IConsoleParser>();
|
||||
if (!isOnlyClean) {
|
||||
ICConfigurationDescription cfgDescription = ManagedBuildManager.getDescriptionForConfiguration(configuration);
|
||||
ManagedBuildManager.collectLanguageSettingsConsoleParsers(cfgDescription, epm, parsers);
|
||||
if (ScannerDiscoveryLegacySupport.isLegacyScannerDiscoveryOn(cfgDescription)) {
|
||||
collectScannerInfoConsoleParsers(project, configuration, workingDirectoryURI, markerGenerator, parsers);
|
||||
|
|
Loading…
Add table
Reference in a new issue