diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-11-20 18:39:31 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-11-20 18:39:31 -0500 |
commit | 4e393f38ec9f3995a8fbd61ffdb0fd6da40b2ee1 (patch) | |
tree | b3210bd7ae206ac040b2d489630403018f416ad6 /sim/system.hh | |
parent | 64fc410ecba1a1468d85a4d8dc82c0fef667752f (diff) | |
download | gem5-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.hh | 3 |
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; |