mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Don't set binary parsers here - they are set by ManagedMakeProject.update
This commit is contained in:
parent
3c93caf4c9
commit
db06ca5d13
1 changed files with 0 additions and 7 deletions
|
@ -187,13 +187,6 @@ public class NewManagedProjectWizard extends NewCProjectWizard {
|
|||
if (newConfigs.length > 0) {
|
||||
IToolChain tc = newConfigs[0].getToolChain();
|
||||
ITargetPlatform targetPlatform = tc.getTargetPlatform();
|
||||
if (targetPlatform != null) {
|
||||
// Create entries for all binary parsers
|
||||
String[] binaryParsers = targetPlatform.getBinaryParserList();
|
||||
for (int i=0; i<binaryParsers.length; i++) {
|
||||
desc.create(CCorePlugin.BINARY_PARSER_UNIQ_ID, binaryParsers[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (CoreException e) {
|
||||
ManagedBuilderUIPlugin.log(e);
|
||||
|
|
Loading…
Add table
Reference in a new issue