summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2019-03-26 11:29:28 -0700
committerGabe Black <gabeblack@google.com>2019-03-26 18:31:59 +0000
commit4fc7dfb7fbcf124461adc9df382695418a2b9dda (patch)
tree7ffd87276cdc696996c32ea88971b802c79f3ca3
parent599d2c91f88ba74098a917eb0b7f901add49276a (diff)
downloadgem5-4fc7dfb7fbcf124461adc9df382695418a2b9dda.tar.xz
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 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17688 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
-rw-r--r--src/mem/xbar.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/xbar.hh b/src/mem/xbar.hh
index fbd17e50b..b688f309a 100644
--- a/src/mem/xbar.hh
+++ b/src/mem/xbar.hh
@@ -408,8 +408,6 @@ class BaseXBar : public MemObject
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;