mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Undo bogus fix
This commit is contained in:
parent
88e04c3498
commit
d5aad42f70
1 changed files with 0 additions and 3 deletions
|
@ -109,9 +109,6 @@ public class CContentAssistInvocationContext extends ContentAssistInvocationCont
|
|||
|
||||
fCNComputed = true;
|
||||
|
||||
if (fTU == null) {
|
||||
return null;
|
||||
}
|
||||
int offset = getParseOffset();
|
||||
if (offset < 0) return null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue