1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-12-14 00:49:38 -08:00
parent 8b3ce7c39a
commit 7c2b3208e1

View file

@ -20,7 +20,6 @@ import org.eclipse.cdt.core.dom.ast.IASTNode;
* Collector to find all children for an ast-node.
*/
class ChildCollector extends ASTGenericVisitor {
private final IASTNode fNode;
private List<IASTNode> fNodes;