summaryrefslogtreecommitdiff
path: root/src/cpu/o3/cpu.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2009-11-04 14:23:25 -0800
committerSteve Reinhardt <steve.reinhardt@amd.com>2009-11-04 14:23:25 -0800
commitfbfe92b5b8f4bfe229632d6d34e8ecb4dc7c1b29 (patch)
tree9a63dfcbdeff084394d56494ecffc959844cdfd4 /src/cpu/o3/cpu.hh
parent934ba5265e9296d2ab4b6c83b780e6cec81463ec (diff)
downloadgem5-fbfe92b5b8f4bfe229632d6d34e8ecb4dc7c1b29.tar.xz
o3: get rid of unused physmem pointer
Diffstat (limited to 'src/cpu/o3/cpu.hh')
-rw-r--r--src/cpu/o3/cpu.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/o3/cpu.hh b/src/cpu/o3/cpu.hh
index 65170d8b2..2ea918983 100644
--- a/src/cpu/o3/cpu.hh
+++ b/src/cpu/o3/cpu.hh
@@ -669,9 +669,6 @@ class FullO3CPU : public BaseO3CPU
#if FULL_SYSTEM
/** Pointer to the system. */
System *system;
-
- /** Pointer to physical memory. */
- PhysicalMemory *physmem;
#endif
/** Event to call process() on once draining has completed. */