summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-07-05 15:15:34 +0100
committerAngelos Evripiotis <angelos.evripiotis@gmail.com>2019-07-09 20:48:09 +0000
commitdb694dc1ed0f65342426b77fb875e6c13bd5c96a (patch)
tree0d0f4d038b4016ac427fb37f00fa97f3706a8244
parent4c1017ae2eca81d2f60c01f6a6781efea0cfc753 (diff)
downloadbuildstream-db694dc1ed0f65342426b77fb875e6c13bd5c96a.tar.gz
_loader/loadelement: rm unused 'deps' member
-rw-r--r--src/buildstream/_loader/loadelement.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_loader/loadelement.py b/src/buildstream/_loader/loadelement.py
index 850b41a67..673bc50ee 100644
--- a/src/buildstream/_loader/loadelement.py
+++ b/src/buildstream/_loader/loadelement.py
@@ -61,7 +61,6 @@ class LoadElement():
self.node = node # The YAML node
self.name = filename # The element name
self.full_name = None # The element full name (with associated junction)
- self.deps = None # The list of Dependency objects
self.meta_done = False # If the MetaElement for this LoadElement is done
self.node_id = next(self._counter)