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:
parent
99731305db
commit
e87ef6e31d
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue