lib/slre: remove superfluous assignment
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 3 Sep 2018 03:17:20 +0000 (05:17 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 5 Sep 2018 20:02:34 +0000 (16:02 -0400)
commitf2906e5f586d4ff238f5370b77717279bf5b0639
tree74398b068d9c6e5596087a0592426f3f94127985
parenta92e52137d3cdad60d5984936330ad0fca1b4a2b
lib/slre: remove superfluous assignment

It makes no sense to assign a value to 'res' if the next use of the
variable is an assignment.

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