aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/astenums.d
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/astenums.d')
-rw-r--r--gcc/d/dmd/astenums.d1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/d/dmd/astenums.d b/gcc/d/dmd/astenums.d
index bf19693..091e96a 100644
--- a/gcc/d/dmd/astenums.d
+++ b/gcc/d/dmd/astenums.d
@@ -68,7 +68,6 @@ enum STC : ulong // transfer changes to declaration.h
ref_ = 0x4_0000, /// `ref`
scope_ = 0x8_0000, /// `scope`
- maybescope = 0x10_0000, /// parameter might be `scope`
scopeinferred = 0x20_0000, /// `scope` has been inferred and should not be part of mangling, `scope_` must also be set
return_ = 0x40_0000, /// 'return ref' or 'return scope' for function parameters
returnScope = 0x80_0000, /// if `ref return scope` then resolve to `ref` and `return scope`