summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: