diff --git a/src/mem/xbar.hh b/src/mem/xbar.hh index fbd17e50b7..b688f309a6 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;