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

Removed deprecated methods from IASTPreprocessorMacroDefinition.

Change-Id: I95e918c6103a4876361971a8d3beca1e7d2a1773
This commit is contained in:
Sergey Prigogin 2016-03-14 18:13:27 -07:00 committed by Gerrit Code Review @ Eclipse.org
parent 44e0370d76
commit 5423c9437b
2 changed files with 0 additions and 16 deletions

View file

@ -48,14 +48,4 @@ public interface IASTPreprocessorMacroDefinition extends IASTPreprocessorStateme
*/
@Override
public boolean isActive();
/**
* @noreference This method is not intended to be referenced by clients.
*/
@Deprecated public void setName(IASTName name);
/**
* @noreference This method is not intended to be referenced by clients.
*/
@Deprecated public void setExpansion(String exp);
}

View file

@ -541,12 +541,6 @@ class ASTMacroDefinition extends ASTPreprocessorNode implements IASTPreprocessor
nodeSpec.visit(fName);
}
@Override
public void setExpansion(String exp) {assert false;}
@Override
public void setName(IASTName name) {assert false;}
@Override
public IASTFileLocation getExpansionLocation() {
if (fExpansionNumber >= 0) {