1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Removed redundant initialization.

This commit is contained in:
Sergey Prigogin 2010-01-18 21:38:01 +00:00
parent a0e5d03137
commit ea20a818cf

View file

@ -108,10 +108,6 @@ public class PDOMFile implements IIndexFragmentFile {
IString locationDBString = db.newString(locationString);
db.putRecPtr(record + LOCATION_REPRESENTATION, locationDBString.getRecord());
db.putInt(record + LINKAGE_ID, linkageID);
db.putLong(record + TIME_STAMP, 0);
setFirstName(null);
setFirstInclude(null);
setFirstIncludedBy(null);
setTimestamp(-1);
}