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.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.c')
-rw-r--r-- | linux-user/arm/nwfpe/fpa11.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux-user/arm/nwfpe/fpa11.c b/linux-user/arm/nwfpe/fpa11.c index eb006f0df2..67e65e5237 100644 --- a/linux-user/arm/nwfpe/fpa11.c +++ b/linux-user/arm/nwfpe/fpa11.c @@ -30,11 +30,6 @@ #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; |