summaryrefslogtreecommitdiff
path: root/src/buildstream/_sourcecache.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-06-13 17:58:22 +0200
committerJürg Billeter <j@bitron.ch>2019-08-20 07:41:23 +0200
commit4b82baa1a8c89a33f40bd20fbff10af4ec2dbbf2 (patch)
treef40cd67b0caea8c722d734480d8076e80e9984a5 /src/buildstream/_sourcecache.py
parent54deb4be42bcbdefc52cbdd4da59de4d3305c700 (diff)
downloadbuildstream-4b82baa1a8c89a33f40bd20fbff10af4ec2dbbf2.tar.gz
cascache.py: Remove add_reachable_*_callback() methods
Diffstat (limited to 'src/buildstream/_sourcecache.py')
-rw-r--r--src/buildstream/_sourcecache.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildstream/_sourcecache.py b/src/buildstream/_sourcecache.py
index bc5fad71b..1444f538d 100644
--- a/src/buildstream/_sourcecache.py
+++ b/src/buildstream/_sourcecache.py
@@ -98,8 +98,6 @@ class SourceCache(BaseCache):
self.sourcerefdir = os.path.join(context.cachedir, 'source_protos')
os.makedirs(self.sourcerefdir, exist_ok=True)
- self.cas.add_reachable_directories_callback(self._reachable_directories)
-
# mark_required_sources()
#
# Mark sources that are required by the current run.