diff options
Diffstat (limited to 'mesonbuild/interpreterbase/operator.py')
| -rw-r--r-- | mesonbuild/interpreterbase/operator.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/interpreterbase/operator.py b/mesonbuild/interpreterbase/operator.py index bf9b6b06a..cfaddc7e7 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()' |
