sim: Get rid of the non-const serialize() method
authorAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 4 Dec 2015 09:48:48 +0000 (09:48 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 4 Dec 2015 09:48:48 +0000 (09:48 +0000)
commit1a34e23603441cf123db0218308f136f44986e73
tree4f77433b7d62fb294b5e76826f11064eef5b98ef
parent5a249e03a4efa79d5513a5e2ebdd27159a14dbb9
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.
src/sim/serialize.cc
src/sim/serialize.hh
src/sim/sim_object.cc