qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] i386: remove unused function prototypes
@ 2008-11-24 12:18 Laurent Desnogues
  2008-11-24 20:03 ` Anthony Liguori
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Desnogues @ 2008-11-24 12:18 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 92 bytes --]

Hello,

   this patch removes two unused prototypes from i386 target exec.h file.


Laurent

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: i386-remove.patch --]
[-- Type: text/x-patch; name=i386-remove.patch, Size: 436 bytes --]

Index: target-i386/exec.h
===================================================================
--- target-i386/exec.h	(revision 5787)
+++ target-i386/exec.h	(working copy)
@@ -74,9 +74,6 @@
 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)
 {

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-24 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 12:18 [Qemu-devel] [PATCH] i386: remove unused function prototypes Laurent Desnogues
2008-11-24 20:03 ` Anthony Liguori
2008-11-24 21:28   ` Laurent Desnogues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).