]> git.sur5r.net Git - u-boot/commit
common: env: remove superfluous assignment
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Mon, 8 May 2017 19:43:43 +0000 (21:43 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 12:37:21 +0000 (08:37 -0400)
commitc33e825ac35bd13a29665b7bb32d00daad2bd59e
tree711e48ab50442c692e46ff4ec91a2e757df3de71
parente15843b11504abe833695ecfe4104502bcd0a998
common: env: remove superfluous assignment

The value assigned to variable 'value' is never used.

The problem was indicated by clang scan-build.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/nvedit.c