summaryrefslogtreecommitdiff
path: root/src/buildstream/_platform
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 09:55:44 +0000
commita7be47daec50dff7d5579d8a1881ef387674d903 (patch)
tree366680d35017738e1e65dfc4012ece2b96e41c65 /src/buildstream/_platform
parentb7d6f239694dad4135cbbd3584bfe4315838fe3c (diff)
downloadbuildstream-a7be47daec50dff7d5579d8a1881ef387674d903.tar.gz
_platform/platform.py: 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.
Diffstat (limited to 'src/buildstream/_platform')
-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):