Remove the `FLOAT_OP' macro, unused since commit b6d96beda3a6cbf20a2d04a609eff78adebd8859 [Use temporary registers for the MIPS FPU emulation.].
Signed-off-by: Maciej W. Rozycki <ma...@codesourcery.com> --- qemu-mips-op-helper-float_op.diff Index: qemu-git-trunk/target-mips/op_helper.c =================================================================== --- qemu-git-trunk.orig/target-mips/op_helper.c 2014-11-02 19:56:33.759015877 +0000 +++ qemu-git-trunk/target-mips/op_helper.c 2014-11-02 19:56:39.758970461 +0000 @@ -3013,8 +3013,6 @@ uint64_t helper_float_rsqrt1_ps(CPUMIPSS return ((uint64_t)fsth2 << 32) | fst2; } -#define FLOAT_OP(name, p) void helper_float_##name##_##p(CPUMIPSState *env) - /* binary operations */ #define FLOAT_BINOP(name) \ uint64_t helper_float_ ## name ## _d(CPUMIPSState *env, \