arch-riscv: Remove unused stats

These stats were unused and caused a warning about legacy stats. From
what I can tell looking at the blame, they were never used.

Change-Id: If2886e91dd776c34354a79a4cbc447ffe5988982
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/50068
Reviewed-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Jason Lowe-Power
2021-09-07 18:29:43 -07:00
committed by Jason Lowe-Power
parent ade8c08e7a
commit a1fa9f94b8

View File

@@ -75,11 +75,9 @@ class TLB : public BaseTLB
statistics::Scalar readHits;
statistics::Scalar readMisses;
statistics::Scalar read_acv;
statistics::Scalar readAccesses;
statistics::Scalar writeHits;
statistics::Scalar writeMisses;
statistics::Scalar write_acv;
statistics::Scalar writeAccesses;
statistics::Formula hits;