Fix compiler warnings in nwfpe code.
[qemu] / linux-user / arm / nwfpe / fpa11.c
index eb006f0..67e65e5 100644 (file)
 
 #include <stdio.h>
 
-/* forward declarations */
-unsigned int EmulateCPDO(const unsigned int);
-unsigned int EmulateCPDT(const unsigned int);
-unsigned int EmulateCPRT(const unsigned int);
-
 FPA11* qemufpa=0;
 CPUARMState* user_registers;