target-mips: Remove unused 'FLOAT_OP' macro

Remove the `FLOAT_OP' macro, unused since commit
b6d96beda3a6cbf20a2d04a609eff78adebd8859 [Use temporary registers for
the MIPS FPU emulation.].

Backports commit 51fdea945ae7adae8d7e4a1624e35bb7f714b58f from qemu
This commit is contained in:
Maciej W. Rozycki 2018-02-11 16:03:36 -05:00 committed by Lioncash
parent f62664948e
commit 802b5d9a3d
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -3145,8 +3145,6 @@ uint64_t helper_float_rsqrt1_ps(CPUMIPSState *env, uint64_t fdt0)
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, \