aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-05-16 14:39:16 +0100
committergingerBill <bill@gingerbill.org>2024-05-16 14:39:16 +0100
commita344bc4c0e672d9740f5777dae862723fe269973 (patch)
treeb4e2d74fcaec155e00f24a85774c843967575d5e /src/entity.cpp
parente71cd871c45d99ce6f593b44002dc0e3ad57593b (diff)
Remove the old switch/for semantics entirely and enforce `switch &x in y`
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 60ca208ec..8a7417006 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -85,8 +85,6 @@ enum EntityFlag : u64 {
EntityFlag_Require = 1ull<<50,
EntityFlag_ByPtr = 1ull<<51, // enforce parameter is passed by pointer
- EntityFlag_OldForOrSwitchValue = 1ull<<52,
-
EntityFlag_Overridden = 1ull<<63,
};