commit | f2906e5f586d4ff238f5370b77717279bf5b0639 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Sep 03 05:17:20 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 05 16:02:34 2018 -0400 |
tree | 74398b068d9c6e5596087a0592426f3f94127985 | |
parent | a92e52137d3cdad60d5984936330ad0fca1b4a2b [diff] |
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>