diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-04 15:19:04 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-04 15:19:04 +0100 |
commit | 65a650c2a5ed2f33357ba9d29d0f56f6b131333a (patch) | |
tree | ab101c2f44b125821a30f490c36bfabcacb1207d /linux-user/arm/nwfpe/fpa11_cpdo.c | |
parent | 6bb72b184d7fe0e1e08f9cca722e78d1d24920c2 (diff) |
Fix compiler warnings in nwfpe code.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'linux-user/arm/nwfpe/fpa11_cpdo.c')
-rw-r--r-- | linux-user/arm/nwfpe/fpa11_cpdo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux-user/arm/nwfpe/fpa11_cpdo.c b/linux-user/arm/nwfpe/fpa11_cpdo.c index 777963728f..66691122d4 100644 --- a/linux-user/arm/nwfpe/fpa11_cpdo.c +++ b/linux-user/arm/nwfpe/fpa11_cpdo.c @@ -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(); |