summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2020-07-14 22:08:05 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-07-15 02:17:52 +0000
commit734fc6d2e715cb7603adfceeadce6f5bc446261f (patch)
tree60482e906f8901210ff0af3023d2b4d10e3da0bf
parenta13693ea54fdc16db4d51c7162a71f008df7132d (diff)
downloadbuildstream-chandan/remove-outdated-comment.tar.gz
_platform/platform.py: Remove outdated commentchandan/remove-outdated-comment
"Preferred" sandboxes used to be a thing when we had sandbox implementations in BuildStream Core. This should probably have been removed at the same time as dropping the notion of preferred sandboxes, but that was likely an oversight.
-rw-r--r--src/buildstream/_platform/platform.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_platform/platform.py b/src/buildstream/_platform/platform.py
index 50a1d8e6c..c028ef4f7 100644
--- a/src/buildstream/_platform/platform.py
+++ b/src/buildstream/_platform/platform.py
@@ -41,7 +41,6 @@ class Platform:
def _setup_sandbox(self):
# Try to setup buildbox-run sandbox, otherwise fallback to the dummy sandbox.
- # Where `first_class` sandboxes are those in preferred_sandboxes
try:
self._setup_buildboxrun_sandbox()
except (SandboxError, utils.ProgramNotFoundError):