target-mips/op_helper.c: Remove unused do_lbu() function
commitb808a1a812a15b91ccea3a10eea195da65909c5f
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Sep 2014 19:45:38 +0000 (14 20:45 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 14 Oct 2014 12:29:14 +0000 (14 13:29 +0100)
tree665623c1730af56aea7c025c209ab5854d620a64
parent3414e93eb7fcc8d24500edbeddf94b1bd75ac46b
target-mips/op_helper.c: Remove unused do_lbu() function

The do_lbu() function defined by the expansion of HELPER_LD() is
never used, so don't define it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/op_helper.c