summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Makovsky <traveltissues@protonmail.com>2019-12-05 12:17:20 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-12-09 08:08:31 +0000
commiteb6c76023fdee4211828e9b012a331cfff230b49 (patch)
tree07983a0aab7f9edaa343bfccc7b649e34e45a060
parent750aa60ab3809167ff14c479068a328dc477de3e (diff)
downloadbuildstream-eb6c76023fdee4211828e9b012a331cfff230b49.tar.gz
_workspaces: remove invalidate_key()
-rw-r--r--src/buildstream/_workspaces.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/buildstream/_workspaces.py b/src/buildstream/_workspaces.py
index 3d50fd9c0..6db27db38 100644
--- a/src/buildstream/_workspaces.py
+++ b/src/buildstream/_workspaces.py
@@ -299,14 +299,6 @@ class Workspace:
def differs(self, other):
return self.to_dict() != other.to_dict()
- # invalidate_key()
- #
- # Invalidate the workspace key, forcing a recalculation next time
- # it is accessed.
- #
- def invalidate_key(self):
- self._key = None
-
# stage()
#
# Stage the workspace to the given directory.