changeset 24400:9f3df4fe8a2d

warning fix: win32.c: In function 'expGetSystemInfo': win32.c:935: warning: unused variable 'regs'
author diego
date Mon, 10 Sep 2007 15:33:40 +0000
parents 37bc4e1c03b8
children 52c5107adea8
files loader/win32.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/win32.c	Mon Sep 10 15:32:11 2007 +0000
+++ b/loader/win32.c	Mon Sep 10 15:33:40 2007 +0000
@@ -932,7 +932,6 @@
     /* FIXME: better values for the two entries below... */
     static int cache = 0;
     static SYSTEM_INFO cachedsi;
-    unsigned int regs[4];
     dbgprintf("GetSystemInfo(%p) =>\n", si);
 
     if (cache) {