1
0
Fork 0
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:
Anton Leherbauer 2007-05-09 11:04:18 +00:00
parent 88e04c3498
commit d5aad42f70

View file

@ -109,9 +109,6 @@ public class CContentAssistInvocationContext extends ContentAssistInvocationCont
fCNComputed = true;
if (fTU == null) {
return null;
}
int offset = getParseOffset();
if (offset < 0) return null;