summaryrefslogtreecommitdiff
path: root/src/dev/alpha/backdoor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/alpha/backdoor.hh')
-rw-r--r--src/dev/alpha/backdoor.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dev/alpha/backdoor.hh b/src/dev/alpha/backdoor.hh
index 5249ce71f..2acaba9a3 100644
--- a/src/dev/alpha/backdoor.hh
+++ b/src/dev/alpha/backdoor.hh
@@ -92,10 +92,8 @@ class AlphaBackdoor : public BasicPioDevice
/** the system console (the terminal) is accessable from the console */
Terminal *terminal;
-#if FULL_SYSTEM //XXX No AlphaSystem defined in SE mode.
/** a pointer to the system we are running in */
AlphaSystem *system;
-#endif
/** a pointer to the CPU boot cpu */
BaseCPU *cpu;