summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2018-09-01 14:12:07 +0100
committerTiago Gomes <tiago.gomes@codethink.co.uk>2018-09-14 16:32:01 +0100
commit924cdc75a829a433d327a462ab819554f979e9ea (patch)
tree3e9ee9b3742cc05870976af211010c547b36e297
parentc2af0d5108c333cafd877670e86f61c84238c8f9 (diff)
downloadbuildstream-924cdc75a829a433d327a462ab819554f979e9ea.tar.gz
core: remove unused variable on Context
-rw-r--r--buildstream/_context.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/_context.py b/buildstream/_context.py
index a94d374cf..8b8b01b17 100644
--- a/buildstream/_context.py
+++ b/buildstream/_context.py
@@ -119,7 +119,6 @@ class Context():
self._log_handle = None
self._log_filename = None
self.config_cache_quota = 'infinity'
- self.artifactdir_volume = None
# load()
#