From: Gabe Black Date: Tue, 26 Mar 2019 18:29:28 +0000 (-0700) Subject: mem: Deleting this init() method was accidentally dropped during rebase. X-Git-Tag: v19.0.0.0~1010 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fc7dfb7fbcf124461adc9df382695418a2b9dda;p=gem5.git 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 Maintainer: Gabe Black --- 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;