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
This commit is contained in:
Steve Reinhardt 2003-10-29 22:22:03 -08:00
parent 735b187a06
commit 2f8d858e13
3 changed files with 0 additions and 5 deletions

View file

@ -34,8 +34,6 @@
#ifndef __PREDICTOR_HH__ #ifndef __PREDICTOR_HH__
#define __PREDICTOR_HH__ #define __PREDICTOR_HH__
struct stat_sdb_t;
class GenericPredictor { class GenericPredictor {
public: public:

View file

@ -36,8 +36,6 @@
#include "base/statistics.hh" #include "base/statistics.hh"
#include "sim/sim_stats.hh" #include "sim/sim_stats.hh"
struct stat_sdb_t;
// //
// //
// A simple saturating counter predictor // A simple saturating counter predictor

View file

@ -38,7 +38,6 @@
// forward decls // forward decls
class BaseParam; class BaseParam;
class SimObject; class SimObject;
struct stat_sdb_t;
// //
// The context of a parameter definition... usually a subclass of // The context of a parameter definition... usually a subclass of