From 2f8d858e13e8206999c3eb28d7362bc217d6a5b3 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Wed, 29 Oct 2003 22:22:03 -0800 Subject: 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 --- base/predictor.hh | 2 -- base/sat_counter.hh | 2 -- sim/param.hh | 1 - 3 files changed, 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 -- cgit v1.2.3