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:
parent
7e3bb7c9ab
commit
09b1f93e7e
1 changed files with 0 additions and 4 deletions
|
@ -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()]);
|
||||
|
|
Loading…
Add table
Reference in a new issue