mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Cosmetics.
This commit is contained in:
parent
fb5cd6d11a
commit
49c57fad93
2 changed files with 20 additions and 23 deletions
|
@ -48,14 +48,12 @@ import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.SemanticUtil;
|
|||
|
||||
public class CPPASTConditionalExpression extends ASTNode implements IASTConditionalExpression,
|
||||
IASTAmbiguityParent {
|
||||
|
||||
private IASTExpression fCondition;
|
||||
private IASTExpression fPositive;
|
||||
private IASTExpression fNegative;
|
||||
private IType fType;
|
||||
private ValueCategory fValueCategory;
|
||||
|
||||
|
||||
public CPPASTConditionalExpression() {
|
||||
}
|
||||
|
||||
|
@ -65,7 +63,6 @@ public class CPPASTConditionalExpression extends ASTNode implements IASTConditio
|
|||
setNegativeResultExpression(negative);
|
||||
}
|
||||
|
||||
|
||||
public CPPASTConditionalExpression copy() {
|
||||
return copy(CopyStyle.withoutLocations);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue