summaryrefslogtreecommitdiff
path: root/src/buildstream/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/exceptions.py')
-rw-r--r--src/buildstream/exceptions.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/buildstream/exceptions.py b/src/buildstream/exceptions.py
index 2c455be84..6e14d2fd5 100644
--- a/src/buildstream/exceptions.py
+++ b/src/buildstream/exceptions.py
@@ -131,13 +131,10 @@ class LoadErrorReason(Enum):
RECURSIVE_INCLUDE = 21
"""A recursive include has been encountered"""
- RECURSIVE_VARIABLE = 22
- """A recursive variable has been encountered"""
-
- PROTECTED_VARIABLE_REDEFINED = 23
+ PROTECTED_VARIABLE_REDEFINED = 22
"""An attempt was made to set the value of a protected variable"""
- DUPLICATE_DEPENDENCY = 24
+ DUPLICATE_DEPENDENCY = 23
"""A duplicate dependency was detected"""
LINK_FORBIDDEN_DEPENDENCIES = 25