diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-25 17:19:45 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-25 17:19:45 +0000 |
commit | 9c99d2ab0206efad7310b26a3eee14f6f464532a (patch) | |
tree | 18d847372a632995f7e54dfeffc5b713f68b2c56 /target-i386 | |
parent | 89886f4cab87f368f5dc4815d3fd88b5d2bd91f4 (diff) |
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
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/exec.h | 3 |
1 files changed, 0 insertions, 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) { |