mem: Deleting this init() method was accidentally dropped during rebase.
authorGabe Black <gabeblack@google.com>
Tue, 26 Mar 2019 18:29:28 +0000 (11:29 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 26 Mar 2019 18:31:59 +0000 (18:31 +0000)
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>

src/mem/xbar.hh

index fbd17e50b7f86f5a93a90e59aaf0fc87100b880c..b688f309a60f00de11d2bcc7750f5b3f1e7aaf27 100644 (file)
@@ -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;