1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Remove unused variables.

This commit is contained in:
Alain Magloire 2002-11-18 15:47:10 +00:00
parent d4532d506e
commit ba7d1abca2

View file

@ -20,17 +20,6 @@ import org.eclipse.cdt.core.model.ICElement;
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) {
super(element);
}