diff options
Diffstat (limited to 'src/buildstream/_basecache.py')
-rw-r--r-- | src/buildstream/_basecache.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildstream/_basecache.py b/src/buildstream/_basecache.py index 739d14b6a..552d17b96 100644 --- a/src/buildstream/_basecache.py +++ b/src/buildstream/_basecache.py @@ -42,8 +42,6 @@ class BaseCache(): def __init__(self, context): self.context = context self.cas = context.get_cascache() - self.casquota = context.get_casquota() - self.casquota._calculate_cache_quota() self._remotes_setup = False # Check to prevent double-setup of remotes # Per-project list of _CASRemote instances. |