From 9757529064036beab37855ea2fa3d524d963ca06 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 5 Feb 2020 19:40:26 -0800 Subject: [PATCH] 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 --- src/sim/system.hh | 1 - 1 file changed, 1 deletion(-) 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: -- 2.30.2