mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Removed deprecated methods from IASTPreprocessorMacroDefinition.
Change-Id: I95e918c6103a4876361971a8d3beca1e7d2a1773
This commit is contained in:
parent
44e0370d76
commit
5423c9437b
2 changed files with 0 additions and 16 deletions
|
@ -48,14 +48,4 @@ public interface IASTPreprocessorMacroDefinition extends IASTPreprocessorStateme
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public boolean isActive();
|
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);
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -541,12 +541,6 @@ class ASTMacroDefinition extends ASTPreprocessorNode implements IASTPreprocessor
|
||||||
nodeSpec.visit(fName);
|
nodeSpec.visit(fName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setExpansion(String exp) {assert false;}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setName(IASTName name) {assert false;}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public IASTFileLocation getExpansionLocation() {
|
public IASTFileLocation getExpansionLocation() {
|
||||||
if (fExpansionNumber >= 0) {
|
if (fExpansionNumber >= 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue