sim: Get rid of the now unused System::getPageBytes method.

Change-Id: I90bd3f3468e0835b882de1b31df8481da04f5af1
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/50764
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
Gabe Black
2021-09-21 17:13:40 -07:00
parent 07c613ff5e
commit e65237a418

View File

@@ -392,11 +392,6 @@ class System : public SimObject, public PCEventScope
return params().byte_order;
}
/**
* Get the page bytes for the ISA.
*/
Addr getPageBytes() const { return TheISA::PageBytes; }
/**
* The thermal model used for this system (if any).
*/