summaryrefslogtreecommitdiff
path: root/src/base/remote_gdb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/remote_gdb.hh')
-rw-r--r--src/base/remote_gdb.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/remote_gdb.hh b/src/base/remote_gdb.hh
index 15a725438..babf61049 100644
--- a/src/base/remote_gdb.hh
+++ b/src/base/remote_gdb.hh
@@ -42,7 +42,6 @@
class System;
class ThreadContext;
-class PhysicalMemory;
class GDBListener;
@@ -131,7 +130,6 @@ class BaseRemoteGDB
bool attached;
System *system;
- PhysicalMemory *pmem;
ThreadContext *context;
protected: