diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-07-06 10:41:59 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-09 11:26:56 +0100 |
commit | 53d1027625e007de63b4a94dcb957ebffd74b152 (patch) | |
tree | 0a8aa3af12c8749459cc45569492e1f4733c0d78 /bitbake/lib | |
parent | 6b66f22686d40bb607d3839a57986f0430a5baeb (diff) | |
download | poky-53d1027625e007de63b4a94dcb957ebffd74b152.tar.gz |
bitbake: runqueue: Remove unused variable
(Bitbake rev: 91e5540f53aca93e3489255cfd95feaa0afd0498)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 792b91a11c..8ce9ad5189 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -1892,8 +1892,6 @@ class RunQueueExecuteTasks(RunQueueExecute): | |||
1892 | alldeps = 0 | 1892 | alldeps = 0 |
1893 | if alldeps == 1: | 1893 | if alldeps == 1: |
1894 | self.setbuildable(revdep) | 1894 | self.setbuildable(revdep) |
1895 | fn = fn_from_tid(revdep) | ||
1896 | taskname = taskname_from_tid(revdep) | ||
1897 | logger.debug(1, "Marking task %s as buildable", revdep) | 1895 | logger.debug(1, "Marking task %s as buildable", revdep) |
1898 | 1896 | ||
1899 | def task_complete(self, task): | 1897 | def task_complete(self, task): |