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.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buildstream/_exceptions.py b/src/buildstream/_exceptions.py
index 819f9538c..f57e4b34a 100644
--- a/src/buildstream/_exceptions.py
+++ b/src/buildstream/_exceptions.py
@@ -198,9 +198,6 @@ class LoadErrorReason(Enum):
# Failure to load a project from a specified junction
INVALID_JUNCTION = 13
- # Subproject needs to be fetched
- SUBPROJECT_FETCH_NEEDED = 14
-
# Subproject has no ref
SUBPROJECT_INCONSISTENT = 15