summaryrefslogtreecommitdiffstats
path: root/scripts/clean-header-guards.pl
diff options
context:
space:
mode:
authorEric Blake2019-02-07 20:13:57 +0100
committerEric Blake2019-02-11 21:35:43 +0100
commit269ee27e99cfbff983a9ab067ae22f6182f11fe2 (patch)
tree717d684ce2b2d3cecb1cd27fb866feef0b641a96 /scripts/clean-header-guards.pl
parentMerge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190211' into staging (diff)
downloadqemu-269ee27e99cfbff983a9ab067ae22f6182f11fe2.tar.gz
qemu-269ee27e99cfbff983a9ab067ae22f6182f11fe2.tar.xz
qemu-269ee27e99cfbff983a9ab067ae22f6182f11fe2.zip
nbd/server: Kill pointless shadowed variable
lgtm.com pointed out that commit 678ba275 introduced a shadowed declaration of local variable 'bs'; thankfully, the inner 'bs' obtained by 'blk_bs(blk)' matches the outer one given that we had 'blk_insert_bs(blk, bs, errp)' a few lines earlier, and there are no later uses of 'bs' beyond the scope of the 'if (bitmap)' to care if we change the value stored in 'bs' while traveling the backing chain to find a bitmap. So simply get rid of the extra declaration. Reported-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <20190207191357.6665-1-eblake@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'scripts/clean-header-guards.pl')
0 files changed, 0 insertions, 0 deletions