aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-05-15 18:59:54 +0100
committergingerBill <bill@gingerbill.org>2021-05-15 18:59:54 +0100
commit7b7081d60733caa996a89be2651482a2aeed8bbd (patch)
tree6162be3716d2e72aa922370fe0c9587e6e7e40df /src/parser.hpp
parent5ae564cc8c6934675c25cb251e753103e4549c52 (diff)
Remove old dead code
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index b6bf42f63..77d5f1b02 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -22,7 +22,6 @@ enum AddressingMode {
Addressing_OptionalOk = 10, // rhs: acts like a value with an optional boolean part (for existence check)
Addressing_SoaVariable = 11, // Struct-Of-Arrays indexed variable
- Addressing_AtomOpAssign = 12, // Specialized for custom atom operations for assignments
};
struct TypeAndValue {