diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/TranslationUnitInfo.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/TranslationUnitInfo.java index 3847d6cf809..bfd10e15238 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/TranslationUnitInfo.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/TranslationUnitInfo.java @@ -20,17 +20,6 @@ import org.eclipse.cdt.core.model.ICElement; class TranslationUnitInfo extends CFileInfo { - /** - * The length of this compilation unit's source code String - */ - 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); }