1
0
Fork 0
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:
Alain Magloire 2003-02-14 01:15:50 +00:00
parent 7c52c5f109
commit 77551f602a

View file

@ -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];
}
}