1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
John Camelon 2004-05-17 19:07:45 +00:00
parent 2eba1f473e
commit cf81ad24a9

View file

@ -113,7 +113,6 @@ public class ASTElaboratedTypeSpecifier extends ASTSymbol implements IASTElabora
/* do nothing */
}
ASTReferenceStore.processReferences( references, requestor );
references = null;
}
/* (non-Javadoc)
* @see org.eclipse.cdt.core.parser.ISourceElementCallbackDelegate#enterScope(org.eclipse.cdt.core.parser.ISourceElementRequestor)