diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-29 22:22:03 -0800 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-29 22:22:03 -0800 |
commit | 2f8d858e13e8206999c3eb28d7362bc217d6a5b3 (patch) | |
tree | 9d2db38d0b4850a47a997798297070d0bdb94216 /base | |
parent | 735b187a06f9dfe73ddb074421fc9672bfdccaeb (diff) | |
download | gem5-2f8d858e13e8206999c3eb28d7362bc217d6a5b3.tar.xz |
Get rid of lots of obsolete mentions of stat_sdb_t.
base/predictor.hh:
base/sat_counter.hh:
sim/param.hh:
Get rid of spurious references to stat_sdb_t.
--HG--
extra : convert_revision : 0018a940c69b6e31b85fd85354b9d5ce2fd0aa6f
Diffstat (limited to 'base')
-rw-r--r-- | base/predictor.hh | 2 | ||||
-rw-r--r-- | base/sat_counter.hh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/base/predictor.hh b/base/predictor.hh index 7c446f26c..3b7bd686e 100644 --- a/base/predictor.hh +++ b/base/predictor.hh @@ -34,8 +34,6 @@ #ifndef __PREDICTOR_HH__ #define __PREDICTOR_HH__ -struct stat_sdb_t; - class GenericPredictor { public: diff --git a/base/sat_counter.hh b/base/sat_counter.hh index 102feb5c6..62c18f6b4 100644 --- a/base/sat_counter.hh +++ b/base/sat_counter.hh @@ -36,8 +36,6 @@ #include "base/statistics.hh" #include "sim/sim_stats.hh" -struct stat_sdb_t; - // // // A simple saturating counter predictor |