summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-10 17:01:51 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-10 17:01:51 +0900
commit8da99651123c6e4d37491c4d650394c5748f7ae8 (patch)
tree18abbc436251d1e0100732b8d95764eed9002f55
parentb8b417248420ce40db8550073d316cee02c5fbdb (diff)
downloadbuildstream-8da99651123c6e4d37491c4d650394c5748f7ae8.tar.gz
element.py: Removed useless __workspace pointer
I added this in the last refactor and forgot to remove it.
-rw-r--r--buildstream/element.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index 0b0588aa4..767860e54 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -162,7 +162,6 @@ class Element(Plugin):
self.__log_path = None # Path to dedicated log file or None
self.__splits = None
self.__whitelist_regex = None
- self.__workspace = None # The associated Workspace, if any
# Ensure we have loaded this class's defaults
self.__init_defaults(plugin_conf)