summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/buildstream/_workspaces.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/buildstream/_workspaces.py b/src/buildstream/_workspaces.py
index 5c3b4af8f..478b7d3b5 100644
--- a/src/buildstream/_workspaces.py
+++ b/src/buildstream/_workspaces.py
@@ -300,21 +300,6 @@ class Workspace:
def differs(self, other):
return self.to_dict() != other.to_dict()
- # stage()
- #
- # Stage the workspace to the given directory.
- #
- # Args:
- # directory (str) - The directory into which to stage this workspace
- #
- def stage(self, directory):
- fullpath = self.get_absolute_path()
- if os.path.isdir(fullpath):
- utils.copy_files(fullpath, directory)
- else:
- destfile = os.path.join(directory, os.path.basename(self.get_absolute_path()))
- utils.safe_copy(fullpath, destfile)
-
# add_running_files()
#
# Append a list of files to the running_files for the given