stats: remove a few compat leftovers
This commit is contained in:
parent
20f1da8b96
commit
c2c68c66b7
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue