mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
Code formatting.
This commit is contained in:
parent
3d48bf4f02
commit
2aedcbec84
6 changed files with 20 additions and 22 deletions
|
@ -67,7 +67,6 @@ public abstract class CPPTemplateDefinition extends PlatformObject implements IC
|
|||
}
|
||||
}
|
||||
|
||||
//private IASTName templateName;
|
||||
protected IASTName[] declarations;
|
||||
protected IASTName definition;
|
||||
|
||||
|
|
|
@ -105,7 +105,6 @@ public abstract class CPPTemplateParameter extends PlatformObject
|
|||
return declarations[0].toCharArray();
|
||||
}
|
||||
|
||||
|
||||
public int getParameterPosition() {
|
||||
return position;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue