--- qemu/linux-user/arm/nwfpe/fpa11_cpdo.c 2018/04/24 16:52:09 1.1 +++ qemu/linux-user/arm/nwfpe/fpa11_cpdo.c 2018/04/24 17:23:09 1.1.1.2 @@ -22,10 +22,6 @@ #include "fpa11.h" #include "fpopcode.h" -unsigned int SingleCPDO(const unsigned int opcode); -unsigned int DoubleCPDO(const unsigned int opcode); -unsigned int ExtendedCPDO(const unsigned int opcode); - unsigned int EmulateCPDO(const unsigned int opcode) { FPA11 *fpa11 = GET_FPA11();