Review Board 2.0.15


sim: Get rid of the non-const serialize() method

Review Request #3052 - Created Aug. 19, 2015 and submitted - Latest diff uploaded

Information
Andreas Sandberg
gem5
default
Reviewers
Default
Changeset 11050:f7968cfeb491
---------------------------
sim: Get rid of the non-const serialize() method

The last SimObject using the legacy serialize API with non-const
methods has now been transitioned to the new API. This changeset
removes the serializeOld() methods from the serialization base class
as they are no longer used.

Regressions pass.