summaryrefslogtreecommitdiff
path: root/sim/system.hh
diff options
context:
space:
mode:
Diffstat (limited to 'sim/system.hh')
-rw-r--r--sim/system.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/system.hh b/sim/system.hh
index ed78eb3d4..8cfe790de 100644
--- a/sim/system.hh
+++ b/sim/system.hh
@@ -77,9 +77,6 @@ class System : public SimObject
/** pal symbol table */
SymbolTable *palSymtab;
- /** all symbols table */
- SymbolTable *allSymtab;
-
/** Object pointer for the kernel code */
ObjectFile *kernel;