1
0
Fork 0
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:
Sergey Prigogin 2010-01-19 16:51:14 +00:00
parent 1e5c04a8dd
commit 2ac3fa7e1c

View file

@ -402,7 +402,7 @@ public abstract class AbstractIndexerTask extends PDOMWriter {
// handle other files present in index // handle other files present in index
for (IIndexFragmentFile ifile : indexFiles) { for (IIndexFragmentFile ifile : indexFiles) {
if (ifile != null && ifile.hasContent()) { if (ifile != null) {
IIndexInclude ctx= ifile.getParsedInContext(); IIndexInclude ctx= ifile.getParsedInContext();
if (ctx == null) { if (ctx == null) {
iFilesToRemove.add(ifile); iFilesToRemove.add(ifile);