Gabe Black has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/32646 )
Change subject: sim: Delete the unused PowerStateDumpCallback.
......................................................................
sim: Delete the unused PowerStateDumpCallback.
Issue-on: https://gem5.atlassian.net/browse/GEM5-698
Change-Id: I8e66f31a3a6a82564d9525021ada49ce52beb1fa
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32646
Reviewed-by: Andreas Sandberg <[email protected]>
Maintainer: Gabe Black <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/sim/power_state.hh
1 file changed, 0 insertions(+), 8 deletions(-)
Approvals:
Andreas Sandberg: Looks good to me, approved
Gabe Black: Looks good to me, approved
kokoro: Regressions pass
diff --git a/src/sim/power_state.hh b/src/sim/power_state.hh
index fededf8..13e36e5 100644
--- a/src/sim/power_state.hh
+++ b/src/sim/power_state.hh
@@ -151,12 +151,4 @@
} stats;
};
-class PowerStateDumpCallback : public Callback
-{
- PowerState *co;
- public:
- PowerStateDumpCallback(PowerState *co_t) : co(co_t) {}
- virtual void process() { co->computeStats(); };
-};
-
#endif //__SIM_POWER_STATE_HH__
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/32646
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I8e66f31a3a6a82564d9525021ada49ce52beb1fa
Gerrit-Change-Number: 32646
Gerrit-PatchSet: 3
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Mahyar Samani <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s