summaryrefslogtreecommitdiff
path: root/sim/system.hh
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-11-20 18:39:31 -0500
committerNathan Binkert <binkertn@umich.edu>2005-11-20 18:39:31 -0500
commit4e393f38ec9f3995a8fbd61ffdb0fd6da40b2ee1 (patch)
treeb3210bd7ae206ac040b2d489630403018f416ad6 /sim/system.hh
parent64fc410ecba1a1468d85a4d8dc82c0fef667752f (diff)
downloadgem5-4e393f38ec9f3995a8fbd61ffdb0fd6da40b2ee1.tar.xz
get rid of allSymtab
if we want something like allSymtab, we should create a symbol table proxy class --HG-- extra : convert_revision : 20ca551a693b0d6495c018cac8afd63af33f16da
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;