mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Warning elimination
This commit is contained in:
parent
733f00d3a8
commit
86006c2f13
1 changed files with 3 additions and 1 deletions
|
@ -102,7 +102,9 @@ public class MakeProjectWizardOptionPage extends NewCProjectWizardOptionPage {
|
|||
}
|
||||
|
||||
public boolean isIndexerEnabled(){
|
||||
return makeWizardBlock.indexBlock.isIndexEnabled();
|
||||
// isIndexEnabled() * @deprecated always returns false
|
||||
// return makeWizardBlock.indexBlock.isIndexEnabled();
|
||||
return false;
|
||||
}
|
||||
|
||||
public void setupHelpContextIds(){
|
||||
|
|
Loading…
Add table
Reference in a new issue