From 9c99d2ab0206efad7310b26a3eee14f6f464532a Mon Sep 17 00:00:00 2001 From: aliguori Date: Tue, 25 Nov 2008 17:19:45 +0000 Subject: [PATCH] i386: remove unused function prototypes (Laurent Desnogues) This patch removes two unused prototypes from i386 target exec.h file. Signed-off-by: Laurent Desnogues Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5795 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-i386/exec.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/target-i386/exec.h b/target-i386/exec.h index 72ffdabdb1..d0756e1990 100644 --- a/target-i386/exec.h +++ b/target-i386/exec.h @@ -74,9 +74,6 @@ void raise_exception(int exception_index); void do_smm_enter(void); void __hidden cpu_loop_exit(void); -void OPPROTO op_movl_eflags_T0(void); -void OPPROTO op_movl_T0_eflags(void); - /* n must be a constant to be efficient */ static inline target_long lshift(target_long x, int n) { -- 2.11.0