diff options
-rw-r--r-- | base/predictor.hh | 2 | ||||
-rw-r--r-- | base/sat_counter.hh | 2 | ||||
-rw-r--r-- | sim/param.hh | 1 |
3 files changed, 0 insertions, 5 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 diff --git a/sim/param.hh b/sim/param.hh index abc424f04..765a7ac1c 100644 --- a/sim/param.hh +++ b/sim/param.hh @@ -38,7 +38,6 @@ // forward decls class BaseParam; class SimObject; -struct stat_sdb_t; // // The context of a parameter definition... usually a subclass of |