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 /sim | |
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 'sim')
-rw-r--r-- | sim/param.hh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |