summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-17 22:22:39 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-04-17 15:55:01 +0000
commit1159bbc805f81604466cb45a39660755b76363b4 (patch)
tree85f7b79749ee4e4225621ec509482dbb7a2a30ce
parent5f3da731cbd75ddbfb1abb68e66ad3a736d4a28e (diff)
downloadbuildstream-1159bbc805f81604466cb45a39660755b76363b4.tar.gz
_context.py: Removing unused _platform private variable
-rw-r--r--buildstream/_context.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_context.py b/buildstream/_context.py
index 86b28ae35..70158012f 100644
--- a/buildstream/_context.py
+++ b/buildstream/_context.py
@@ -108,7 +108,6 @@ class Context():
self._cache_key = None
self._message_handler = None
self._message_depth = deque()
- self._platform = None
self._projects = []
self._project_overrides = {}
self._fetch_subprojects = fetch_subprojects