diff options
author | Randy Witt <randy.e.witt@linux.intel.com> | 2015-08-18 16:44:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-24 23:47:06 +0100 |
commit | 62585cff0df20b33a4c4d02d6302f06098d363cb (patch) | |
tree | 165560403c44ada7152ab6cb7158ecaa4ce24393 /meta/recipes-extended/bzip2/bzip2-1.0.6 | |
parent | 8754a006caaa5234313927506782bb2d0df32f04 (diff) | |
download | poky-62585cff0df20b33a4c4d02d6302f06098d363cb.tar.gz |
qemurunner.py: Move some class variables that should only be local
The bootlog and qemusock variables were set in the class as part of the
create_socket() routine. However those variables are never used outside
of the same function and thus serve no purpose as class variables.
This initializes those variables near where they are used.
(From OE-Core rev: 829a6e521f15bae93d5f1a02dc67bc56a8c606c8)
Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bzip2/bzip2-1.0.6')
0 files changed, 0 insertions, 0 deletions