]> git.sur5r.net Git - u-boot/commit
lib/slre: remove superfluous assignment
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Mon, 8 May 2017 19:13:43 +0000 (21:13 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 12:37:18 +0000 (08:37 -0400)
commitb8865e6bf0ed519e6a8b9634a776092a2812af9e
tree46ad0df443f0585ea2a4adf15461aeeade3d86e6
parentc42640c74813f5c9aa9d0d3bdad5ebd565bdfcdc
lib/slre: remove superfluous assignment

The value assigned to saved_offset is never used.

The problem was indicated by clang scan-build.

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