mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Index header files that didn't have content.
This commit is contained in:
parent
1e5c04a8dd
commit
2ac3fa7e1c
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ public abstract class AbstractIndexerTask extends PDOMWriter {
|
|||
|
||||
// handle other files present in index
|
||||
for (IIndexFragmentFile ifile : indexFiles) {
|
||||
if (ifile != null && ifile.hasContent()) {
|
||||
if (ifile != null) {
|
||||
IIndexInclude ctx= ifile.getParsedInContext();
|
||||
if (ctx == null) {
|
||||
iFilesToRemove.add(ifile);
|
||||
|
|
Loading…
Add table
Reference in a new issue