summaryrefslogtreecommitdiff
path: root/src/buildstream/_artifactcache.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-07-01 13:00:01 +0200
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-13 09:24:43 +0000
commit70a5868259e3287ec02f4ed354b368896800dab3 (patch)
tree970a37c616809b7673811722d625b58bc406afd3 /src/buildstream/_artifactcache.py
parent2587fc40f4080f396822624beb1b9e730997ef31 (diff)
downloadbuildstream-70a5868259e3287ec02f4ed354b368896800dab3.tar.gz
Remove unused BaseCache._spec_error
Diffstat (limited to 'src/buildstream/_artifactcache.py')
-rw-r--r--src/buildstream/_artifactcache.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_artifactcache.py b/src/buildstream/_artifactcache.py
index 46fc5fbfb..1d77743dc 100644
--- a/src/buildstream/_artifactcache.py
+++ b/src/buildstream/_artifactcache.py
@@ -137,7 +137,6 @@ class ArtifactRemote(BaseRemote):
class ArtifactCache(BaseCache):
spec_name = "artifact_cache_specs"
- spec_error = ArtifactError
config_node_name = "artifacts"
index_remote_class = ArtifactRemote