ntdll: Remove dead code

André Hentschel nerv at dawncrow.de
Sun Feb 5 08:59:44 CST 2012


---
 dlls/ntdll/signal_x86_64.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/ntdll/signal_x86_64.c b/dlls/ntdll/signal_x86_64.c
index 0fc53c7..e9cefb8 100644
--- a/dlls/ntdll/signal_x86_64.c
+++ b/dlls/ntdll/signal_x86_64.c
@@ -2629,10 +2629,6 @@ static BOOL is_inside_epilog( BYTE *pc )
 
     for (;;)
     {
-        BYTE rex = 0;
-
-        if ((*pc & 0xf0) == 0x40) rex = *pc++ & 0x0f;  /* rex prefix */
-
         switch (*pc)
         {
         case 0x58: /* pop %rax/%r8 */
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120205/95e07cfa/attachment.ksh>


More information about the wine-patches mailing list