From: Joshua Watt <jpewhacker@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 3/4] runqueue: Remove unused variable
Date: Fri, 6 Jul 2018 10:41:59 -0500 [thread overview]
Message-ID: <20180706154200.28769-3-JPEWhacker@gmail.com> (raw)
In-Reply-To: <20180706154200.28769-1-JPEWhacker@gmail.com>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
bitbake/lib/bb/runqueue.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 792b91a11c1..8ce9ad51898 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1892,8 +1892,6 @@ class RunQueueExecuteTasks(RunQueueExecute):
alldeps = 0
if alldeps == 1:
self.setbuildable(revdep)
- fn = fn_from_tid(revdep)
- taskname = taskname_from_tid(revdep)
logger.debug(1, "Marking task %s as buildable", revdep)
def task_complete(self, task):
--
2.17.1
next prev parent reply other threads:[~2018-07-06 15:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-06 15:41 [PATCH 1/4] runqueue: Remove trailing whitespace Joshua Watt
2018-07-06 15:41 ` [PATCH 2/4] siggen: Delete " Joshua Watt
2018-07-06 15:41 ` Joshua Watt [this message]
2018-07-06 15:42 ` [PATCH 4/4] runqueue: Stop on first unsatisfied dependency Joshua Watt
2018-07-09 15:53 ` Paul Eggleton
2018-07-09 17:43 ` Joshua Watt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180706154200.28769-3-JPEWhacker@gmail.com \
--to=jpewhacker@gmail.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox