Commit 345fbaa3ca3e710dbcfdc7038c9c86b28353f830

Authored by bellard
1 parent 1d96905d

removed unused prototype


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1073 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 3 deletions
target-ppc/translate.c
... ... @@ -3024,9 +3024,6 @@ void cpu_ppc_close(CPUPPCState *env)
3024 3024 }
3025 3025  
3026 3026 /*****************************************************************************/
3027   -int print_insn_powerpc (FILE *out, unsigned long insn, unsigned memaddr,
3028   - int dialect);
3029   -
3030 3027 int gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb,
3031 3028 int search_pc)
3032 3029 {
... ...