mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 15:35:24 +02:00
Removed redundant initialization.
This commit is contained in:
parent
a0e5d03137
commit
ea20a818cf
1 changed files with 8 additions and 12 deletions
|
@ -108,10 +108,6 @@ public class PDOMFile implements IIndexFragmentFile {
|
||||||
IString locationDBString = db.newString(locationString);
|
IString locationDBString = db.newString(locationString);
|
||||||
db.putRecPtr(record + LOCATION_REPRESENTATION, locationDBString.getRecord());
|
db.putRecPtr(record + LOCATION_REPRESENTATION, locationDBString.getRecord());
|
||||||
db.putInt(record + LINKAGE_ID, linkageID);
|
db.putInt(record + LINKAGE_ID, linkageID);
|
||||||
db.putLong(record + TIME_STAMP, 0);
|
|
||||||
setFirstName(null);
|
|
||||||
setFirstInclude(null);
|
|
||||||
setFirstIncludedBy(null);
|
|
||||||
setTimestamp(-1);
|
setTimestamp(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue