mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-05 23:35:48 +02:00
Cosmetics.
This commit is contained in:
parent
1012380fa8
commit
60c479677f
2 changed files with 22 additions and 25 deletions
|
@ -21,10 +21,8 @@ import org.eclipse.cdt.core.dom.ast.IASTProblemTypeId;
|
|||
* @author jcamelon
|
||||
*/
|
||||
public class CPPASTProblemTypeId extends CPPASTTypeId implements IASTProblemTypeId {
|
||||
|
||||
private IASTProblem problem;
|
||||
|
||||
|
||||
public CPPASTProblemTypeId() {
|
||||
}
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor;
|
|||
|
||||
public class CPPASTSimpleTypeConstructorExpression extends ASTNode implements
|
||||
ICPPASTSimpleTypeConstructorExpression {
|
||||
|
||||
private ICPPASTDeclSpecifier fDeclSpec;
|
||||
private IASTInitializer fInitializer;
|
||||
private IType fType;
|
||||
|
|
Loading…
Add table
Reference in a new issue