summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2019-08-28 11:44:44 +0200
committerbst-marge-bot <marge-bot@buildstream.build>2019-09-05 05:09:53 +0000
commit43a58da087a52e9ab3aa94f150208423203fec06 (patch)
treebd34a483eae58f148e7dfb8aed75f9123f5c9869
parent26e79bfbc3844e72f8105494811e1b750df0b9b3 (diff)
downloadbuildstream-43a58da087a52e9ab3aa94f150208423203fec06.tar.gz
cascache.py: Remove unused CACHE_SIZE_FILE
-rw-r--r--src/buildstream/_cas/cascache.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buildstream/_cas/cascache.py b/src/buildstream/_cas/cascache.py
index 21c9f0ad6..ad5cda424 100644
--- a/src/buildstream/_cas/cascache.py
+++ b/src/buildstream/_cas/cascache.py
@@ -42,9 +42,6 @@ from .casremote import BlobNotFound, _CASBatchRead, _CASBatchUpdate
_BUFFER_SIZE = 65536
-CACHE_SIZE_FILE = "cache_size"
-
-
# A CASCache manages a CAS repository as specified in the Remote Execution API.
#
# Args: