From af28d4019d33c221a57759d1fb536f5bbacaa751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Tue, 27 Feb 2018 07:40:26 +0100 Subject: element.py: Remove unused _get_strict_cache_key() method Cache key handling is now contained within the Element class. --- buildstream/element.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/buildstream/element.py b/buildstream/element.py index 9bed99dc1..cd2299252 100644 --- a/buildstream/element.py +++ b/buildstream/element.py @@ -946,18 +946,6 @@ class Element(Plugin): else: return self.__weak_cache_key - # _get_strict_cache_key(): - # - # Returns the cache key for strict build mode - # - # Returns: - # (str): A hex digest cache key for this Element, or None - # - # None is returned if information for the cache key is missing. - # - def _get_strict_cache_key(self): - return self.__strict_cache_key - # _can_query_cache(): # # Returns whether the cache key required for cache queries is available. -- cgit v1.2.1