aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/system.h')
-rw-r--r--src/util/system.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/system.h b/src/util/system.h
index a4323e0f9e..37d976221b 100644
--- a/src/util/system.h
+++ b/src/util/system.h
@@ -164,10 +164,10 @@ public:
*/
enum Flags : uint32_t {
ALLOW_ANY = 0x01, //!< disable validation
- ALLOW_BOOL = 0x02, //!< unimplemented, draft implementation in #16545
- ALLOW_INT = 0x04, //!< unimplemented, draft implementation in #16545
- ALLOW_STRING = 0x08, //!< unimplemented, draft implementation in #16545
- ALLOW_LIST = 0x10, //!< unimplemented, draft implementation in #16545
+ // ALLOW_BOOL = 0x02, //!< unimplemented, draft implementation in #16545
+ // ALLOW_INT = 0x04, //!< unimplemented, draft implementation in #16545
+ // ALLOW_STRING = 0x08, //!< unimplemented, draft implementation in #16545
+ // ALLOW_LIST = 0x10, //!< unimplemented, draft implementation in #16545
DISALLOW_NEGATION = 0x20, //!< disallow -nofoo syntax
DEBUG_ONLY = 0x100,