Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/17688

Change subject: mem: Deleting this init() method was accidentally dropped during rebase.
......................................................................

mem: Deleting this init() method was accidentally dropped during rebase.

Deleting this init() method was part of a change just committed, but
was accidentally dropped during a rebase.

Change-Id: I0f22778596ed11e182f3111d9999a0fef727f6cc
---
M src/mem/xbar.cc
M src/mem/xbar.hh
2 files changed, 0 insertions(+), 8 deletions(-)



diff --git a/src/mem/xbar.cc b/src/mem/xbar.cc
index 247024e..b032955 100644
--- a/src/mem/xbar.cc
+++ b/src/mem/xbar.cc
@@ -76,11 +76,6 @@
         delete s;
 }

-void
-BaseXBar::init()
-{
-}
-
 Port &
 BaseXBar::getPort(const std::string &if_name, PortID idx)
 {
diff --git a/src/mem/xbar.hh b/src/mem/xbar.hh
index 6745150..f3954ee 100644
--- a/src/mem/xbar.hh
+++ b/src/mem/xbar.hh
@@ -410,14 +410,11 @@

     virtual ~BaseXBar();

-    void init() override;
-
     /** A function used to return the port associated with this object. */
     Port &getPort(const std::string &if_name,
                   PortID idx=InvalidPortID) override;

     void regStats() override;
-
 };

 #endif //__MEM_XBAR_HH__

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/17688
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I0f22778596ed11e182f3111d9999a0fef727f6cc
Gerrit-Change-Number: 17688
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to