mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
Remove unused variables.
This commit is contained in:
parent
d4532d506e
commit
ba7d1abca2
1 changed files with 0 additions and 11 deletions
|
@ -20,17 +20,6 @@ import org.eclipse.cdt.core.model.ICElement;
|
||||||
|
|
||||||
class TranslationUnitInfo extends CFileInfo {
|
class TranslationUnitInfo extends CFileInfo {
|
||||||
|
|
||||||
/**
|
|
||||||
* The length of this compilation unit's source code <code>String</code>
|
|
||||||
*/
|
|
||||||
protected int fSourceLength;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Timestamp of original resource at the time this element
|
|
||||||
* was opened or last updated.
|
|
||||||
*/
|
|
||||||
protected long fTimestamp;
|
|
||||||
|
|
||||||
protected TranslationUnitInfo (CElement element) {
|
protected TranslationUnitInfo (CElement element) {
|
||||||
super(element);
|
super(element);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue