commit | c33e825ac35bd13a29665b7bb32d00daad2bd59e | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Mon May 08 21:43:43 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:21 2017 -0400 |
tree | 711e48ab50442c692e46ff4ec91a2e757df3de71 | |
parent | e15843b11504abe833695ecfe4104502bcd0a998 [diff] |
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>