mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
comment out the call to CCorePlugin for now.
This commit is contained in:
parent
7c52c5f109
commit
77551f602a
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ public class CIncrementalBuilder extends IncrementalProjectBuilder {
|
|||
|
||||
//FIXME: Not implemented
|
||||
private ICBuilder[] getCBuilder () throws CoreException {
|
||||
return CCorePlugin.getDefault().getBuilders(getProject());
|
||||
return new ICBuilder[0];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue