diff options
-rw-r--r-- | src/mem/xbar.hh | 2 |
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; |