diff options
author | Nathan Binkert <nate@binkert.org> | 2009-02-23 12:22:18 -0800 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-02-23 12:22:18 -0800 |
commit | aaf98aaa326e79710af0fdcb2425ef2f6a5e82f1 (patch) | |
tree | 597177ed667f030073e21ebf5258c9aa72121a92 /src/base/statistics.hh | |
parent | 80d5f34da6788d63e2be6458a5d2a548b459d0d0 (diff) | |
download | gem5-aaf98aaa326e79710af0fdcb2425ef2f6a5e82f1.tar.xz |
stats: move the limits stuff into the types.hh file
Diffstat (limited to 'src/base/statistics.hh')
-rw-r--r-- | src/base/statistics.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/base/statistics.hh b/src/base/statistics.hh index 5d894e8e1..d8145ddc4 100644 --- a/src/base/statistics.hh +++ b/src/base/statistics.hh @@ -55,7 +55,6 @@ #include <cmath> #include <functional> #include <iosfwd> -#include <limits> #include <list> #include <string> #include <vector> @@ -78,9 +77,7 @@ extern Tick curTick; /* A namespace for all of the Statistics */ namespace Stats { -typedef std::numeric_limits<Counter> CounterLimits; -/* Contains the statistic implementation details */ ////////////////////////////////////////////////////////////////////// // // Statistics Framework Base classes |