mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 15:25:49 +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;
|
fCNComputed = true;
|
||||||
|
|
||||||
if (fTU == null) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
int offset = getParseOffset();
|
int offset = getParseOffset();
|
||||||
if (offset < 0) return null;
|
if (offset < 0) return null;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue