Get rid of lots of obsolete mentions of stat_sdb_t.
authorSteve Reinhardt <stever@eecs.umich.edu>
Thu, 30 Oct 2003 06:22:03 +0000 (22:22 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Thu, 30 Oct 2003 06:22:03 +0000 (22:22 -0800)
base/predictor.hh:
base/sat_counter.hh:
sim/param.hh:
    Get rid of spurious references to stat_sdb_t.

--HG--
extra : convert_revision : 0018a940c69b6e31b85fd85354b9d5ce2fd0aa6f

base/predictor.hh
base/sat_counter.hh
sim/param.hh

index 7c446f26ccf7a21fd0186a8ee13d87a160752946..3b7bd686e5da8726e8fff548a43f09711b0a2b14 100644 (file)
@@ -34,8 +34,6 @@
 #ifndef __PREDICTOR_HH__
 #define __PREDICTOR_HH__
 
-struct stat_sdb_t;
-
 class GenericPredictor {
 
   public:
index 102feb5c6847bac0d52c245ac901c2848e2a3a14..62c18f6b45338e839d59163e989fb757bade8f0c 100644 (file)
@@ -36,8 +36,6 @@
 #include "base/statistics.hh"
 #include "sim/sim_stats.hh"
 
-struct stat_sdb_t;
-
 //
 //
 //  A simple saturating counter predictor
index abc424f04a04389b0bf8ec3ede78f8d397eebabb..765a7ac1c9cd8e80237b6720b39eebaa1002ead7 100644 (file)
@@ -38,7 +38,6 @@
 // forward decls
 class BaseParam;
 class SimObject;
-struct stat_sdb_t;
 
 //
 // The context of a parameter definition... usually a subclass of