Commit 74ffc7729e3a1e1e328ba053a15cb5b7a5a605d1

Authored by bellard
1 parent e3a4e4b6

removed unused stuff


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1365 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 3 deletions
exec-all.h
... ... @@ -601,9 +601,6 @@ static inline target_ulong get_phys_addr_code(CPUState *env, target_ulong addr)
601 601  
602 602  
603 603 #ifdef USE_KQEMU
604   -extern int kqemu_fd;
605   -extern int kqemu_flushed;
606   -
607 604 int kqemu_init(CPUState *env);
608 605 int kqemu_cpu_exec(CPUState *env);
609 606 void kqemu_flush_page(CPUState *env, target_ulong addr);
... ...