Gabe Black has uploaded this change for review. ( 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
---
M src/sim/power_state.hh
1 file changed, 0 insertions(+), 8 deletions(-)



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: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to