mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 21:35:40 +02:00
Cosmetics.
This commit is contained in:
parent
0e152439bd
commit
eb31f64c07
2 changed files with 17 additions and 21 deletions
|
@ -41,12 +41,10 @@ import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPSemantics;
|
|||
*/
|
||||
public class CPPASTConstructorChainInitializer extends ASTNode implements
|
||||
ICPPASTConstructorChainInitializer, IASTCompletionContext {
|
||||
|
||||
private IASTName name;
|
||||
private IASTInitializer initializer;
|
||||
private boolean fIsPackExpansion;
|
||||
|
||||
|
||||
public CPPASTConstructorChainInitializer() {
|
||||
}
|
||||
|
||||
|
@ -127,7 +125,6 @@ public class CPPASTConstructorChainInitializer extends ASTNode implements
|
|||
if ((bindings[i] instanceof ICPPField) || (bindings[i] instanceof ICPPNamespace)) {
|
||||
continue;
|
||||
} else if (bindings[i] instanceof ICPPConstructor) {
|
||||
|
||||
if (baseClasses == null) {
|
||||
baseClasses = getBaseClasses(n);
|
||||
}
|
||||
|
@ -161,7 +158,6 @@ public class CPPASTConstructorChainInitializer extends ASTNode implements
|
|||
return specifier.getBaseSpecifiers();
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue