barebox-state: remove declaration of __state_uint8_get()
By cleaning up the code the compiler does not emit the following warning
anymore:

    src/barebox-state.c:44:14: warning: ‘__state_uint8_get’ declared ‘static’ but never defined [-Wunused-function]
     static char *__state_uint8_get(struct state_variable *var);
                  ^~~~~~~~~~~~~~~~~

The function is not needed as its job is done by __state_uint32_get().

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
1 parent 1578648 commit 9106360a3c851f45bce298bfd66bbb6ca32fd9be
@Ulrich Ölmann Ulrich Ölmann authored on 3 Feb 2019
Roland Hieber committed on 7 Feb 2019
Showing 1 changed file
View
src/barebox-state.c