stats: remove a few compat leftovers
authorNathan Binkert <nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000 (11:18 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 11 May 2009 18:18:09 +0000 (11:18 -0700)
src/base/stats/info.hh

index 3be15f667bc7abd9199fe885731d651349207da7..e56445f94cbdf2d3f89c16774df2e2da4ee692a3 100644 (file)
@@ -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
 {