1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 23:35:48 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-04-04 04:39:11 +00:00
parent 1012380fa8
commit 60c479677f
2 changed files with 22 additions and 25 deletions

View file

@ -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() {
}

View file

@ -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;