From c2c68c66b776839f20b78762b458eb6ed9bb1bb3 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Mon, 11 May 2009 11:18:09 -0700 Subject: stats: remove a few compat leftovers --- src/base/stats/info.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/base') diff --git a/src/base/stats/info.hh b/src/base/stats/info.hh index 3be15f667..e56445f94 100644 --- a/src/base/stats/info.hh +++ b/src/base/stats/info.hh @@ -57,11 +57,9 @@ const FlagsType dist = 0x0080; const FlagsType nozero = 0x0100; /** Don't print if this is NAN */ const FlagsType nonan = 0x0200; -/** Used for SS compatability. */ -const FlagsType __substat = 0x8000; /** Mask of flags that can't be set directly */ -const FlagsType __reserved = init | print | __substat; +const FlagsType __reserved = init | print; struct StorageParams { -- cgit v1.2.3