]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit479c15ddc7a23b7cd87e86dfbc0c18a9b0202170
tree74398b068d9c6e5596087a0592426f3f94127985
parent1f83afa0eb55771813a1c5d90aa6b15e8827624e
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