1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Code formatting.

This commit is contained in:
Sergey Prigogin 2009-02-17 05:56:26 +00:00
parent f2bf6c0fa9
commit b749b3efe5
3 changed files with 1 additions and 6 deletions

View file

@ -27,7 +27,6 @@ public abstract class ASTEnumerator extends ASTNode implements IASTEnumerator, I
private IASTExpression value;
private IValue integralValue;
public ASTEnumerator() {
}

View file

@ -52,7 +52,6 @@ import org.eclipse.core.runtime.CoreException;
/**
* @author Bryan Wilkinson
*
*/
class PDOMCPPClassSpecialization extends PDOMCPPSpecialization implements
ICPPClassSpecialization, IPDOMMemberOwner, IIndexType, IPDOMCPPClassType {
@ -145,8 +144,6 @@ class PDOMCPPClassSpecialization extends PDOMCPPSpecialization implements
return fScope;
}
public PDOMCPPBase getFirstBase() throws CoreException {
int rec = getDB().getInt(record + FIRSTBASE);
return rec != 0 ? new PDOMCPPBase(getLinkage(), rec) : null;
@ -359,7 +356,6 @@ class PDOMCPPClassSpecialization extends PDOMCPPSpecialization implements
list.addMember(member);
}
public void acceptUncached(IPDOMVisitor visitor) throws CoreException {
PDOMNodeLinkedList list = new PDOMNodeLinkedList(getLinkage(), record + MEMBERLIST);
list.accept(visitor);