sim: Delete an unused member in the System class.
authorGabe Black <gabeblack@google.com>
Thu, 6 Feb 2020 03:40:26 +0000 (19:40 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 11 Jun 2020 03:00:33 +0000 (03:00 +0000)
This was supposed to be deleted as part of the change titled:
arch,cpu,dev,sim,mem: Collect System thread elements into a subclass.

but it was left out of the checked in version somehow.

Change-Id: I0dbb0b4fa6ae29649a80d1cb883e48ad50116c31
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/30194
Maintainer: Gabe Black <gabeblack@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/sim/system.hh

index 530c5ea06d67c63db1a48561bdb3cb1366caea4c..192f9f4194b37f381a2204e90b0083eb4d89a07b 100644 (file)
@@ -532,7 +532,6 @@ class System : public SimObject, public PCEventScope
     void workItemEnd(uint32_t tid, uint32_t workid);
 
   public:
-    std::vector<BaseRemoteGDB *> remoteGDB;
     bool breakpoint();
 
   public: