summaryrefslogtreecommitdiff
path: root/src/buildstream/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/types.py')
-rw-r--r--src/buildstream/types.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/buildstream/types.py b/src/buildstream/types.py
index 0e596bddb..f1f69f087 100644
--- a/src/buildstream/types.py
+++ b/src/buildstream/types.py
@@ -134,12 +134,6 @@ class Consistency(FastEnum):
be fetched, however they cannot be staged.
"""
- CACHED = 2
- """Cached
-
- Sources have a cached unstaged copy in the source directory.
- """
-
def __ge__(self, other):
if self.__class__ is not other.__class__:
raise ValueError("Unexpected comparison between {} and {}".format(self, repr(other)))