aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesonbuild/interpreterbase/operator.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/interpreterbase/operator.py b/mesonbuild/interpreterbase/operator.py
index bf9b6b0..cfaddc7 100644
--- a/mesonbuild/interpreterbase/operator.py
+++ b/mesonbuild/interpreterbase/operator.py
@@ -14,8 +14,6 @@ class MesonOperator(Enum):
# Logic
NOT = 'not'
- AND = 'and'
- OR = 'or'
# Should return the boolsche interpretation of the value (`'' == false` for instance)
BOOL = 'bool()'