summaryrefslogtreecommitdiff
path: root/buildstream/_platform/platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_platform/platform.py')
-rw-r--r--buildstream/_platform/platform.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/buildstream/_platform/platform.py b/buildstream/_platform/platform.py
index a6051aabb..bbd2e65ab 100644
--- a/buildstream/_platform/platform.py
+++ b/buildstream/_platform/platform.py
@@ -31,11 +31,8 @@ class Platform():
# A class to manage platform-specific details. Currently holds the
# sandbox factory as well as platform helpers.
#
- # Args:
- # context (context): The project context
- #
- def __init__(self, context):
- self.context = context
+ def __init__(self):
+ pass
@classmethod
def create_instance(cls, *args, **kwargs):