From: Gabe Black Date: Thu, 6 Feb 2020 03:40:26 +0000 (-0800) Subject: sim: Delete an unused member in the System class. X-Git-Tag: v20.1.0.0~598 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9757529064036beab37855ea2fa3d524d963ca06;p=gem5.git sim: Delete an unused member in the System class. 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 Reviewed-by: Jason Lowe-Power Tested-by: kokoro --- diff --git a/src/sim/system.hh b/src/sim/system.hh index 530c5ea06..192f9f419 100644 --- a/src/sim/system.hh +++ b/src/sim/system.hh @@ -532,7 +532,6 @@ class System : public SimObject, public PCEventScope void workItemEnd(uint32_t tid, uint32_t workid); public: - std::vector remoteGDB; bool breakpoint(); public: