1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Remove unreachable code

Change-Id: I76fd2ceef7ef000f191b39fcb470cb5d560595a6
This commit is contained in:
Jonah Graham 2020-11-03 14:33:15 -05:00
parent 7e3bb7c9ab
commit 09b1f93e7e

View file

@ -150,10 +150,6 @@ public class TypeSearchScope implements ITypeSearchScope {
}
}
// check projects that were explicity added to scope
if (fProjectSet.contains(path))
return true;
// check projects that were explicity added to scope
if (fProjects == null) {
fProjects = fProjectSet.toArray(new ICProject[fProjectSet.size()]);