commit | e77ba3e91c5a32bb8a82296d01a971e24eab6fd5 | [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 | e0e55594a0915c125f0d249fbbd39f78baadaa1b [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>