summaryrefslogtreecommitdiff
path: root/src/sim/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/system.hh')
-rw-r--r--src/sim/system.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sim/system.hh b/src/sim/system.hh
index acd3108a0..5b0c17872 100644
--- a/src/sim/system.hh
+++ b/src/sim/system.hh
@@ -75,7 +75,6 @@
#endif
class BaseRemoteGDB;
-class GDBListener;
class KvmVM;
class ObjectFile;
class ThreadContext;
@@ -491,7 +490,6 @@ class System : public MemObject
public:
std::vector<BaseRemoteGDB *> remoteGDB;
- std::vector<GDBListener *> gdbListen;
bool breakpoint();
public: