1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 02:36:01 +02:00

Removed an unnecessary check.

This commit is contained in:
Sergey Prigogin 2008-04-06 01:01:19 +00:00
parent 99731305db
commit e87ef6e31d

View file

@ -717,8 +717,6 @@ public class CPPVisitor {
} catch (DOMException e) {
return false;
}
if (clsTypeSpec == null)
return false;
IASTName clsName = clsTypeSpec.getName();
if (clsName instanceof ICPPASTQualifiedName) {
IASTName[] names = ((ICPPASTQualifiedName)clsName).getNames();