Commit 9c99d2ab0206efad7310b26a3eee14f6f464532a
1 parent
89886f4c
i386: remove unused function prototypes (Laurent Desnogues)
This patch removes two unused prototypes from i386 target exec.h file. Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5795 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
3 deletions
target-i386/exec.h
| @@ -74,9 +74,6 @@ void raise_exception(int exception_index); | @@ -74,9 +74,6 @@ void raise_exception(int exception_index); | ||
| 74 | void do_smm_enter(void); | 74 | void do_smm_enter(void); |
| 75 | void __hidden cpu_loop_exit(void); | 75 | void __hidden cpu_loop_exit(void); |
| 76 | 76 | ||
| 77 | -void OPPROTO op_movl_eflags_T0(void); | ||
| 78 | -void OPPROTO op_movl_T0_eflags(void); | ||
| 79 | - | ||
| 80 | /* n must be a constant to be efficient */ | 77 | /* n must be a constant to be efficient */ |
| 81 | static inline target_long lshift(target_long x, int n) | 78 | static inline target_long lshift(target_long x, int n) |
| 82 | { | 79 | { |