api: remove superfluous assignment
authorxypron.glpk@gmx.de <xypron.glpk@gmx.de>
Sun, 30 Jul 2017 17:54:37 +0000 (19:54 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 13 Aug 2017 19:17:25 +0000 (15:17 -0400)
commit5cc9e6b7fa4fac8dc7b709af3bd6f259171ff0bb
tree879661dd40eb925455c3900684271454be255f9a
parentebb3e43de4cf85e56c6ce6b3c6be98f654acfb19
api: remove superfluous assignment

No need to assign a value to sig if the next statement using sig
is itself an assignment of a value to sig.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
api/api.c