msvcrt: Remove unused variable.

Jan Zerebecki jan.wine at zerebecki.de
Thu Mar 15 02:27:12 CDT 2007


---
If this patch is rejected from inclusion, please tell me why, as
I would have to ask anyway.

 dlls/msvcrt/tests/data.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/msvcrt/tests/data.c b/dlls/msvcrt/tests/data.c
index 262909e..a981c87 100644
--- a/dlls/msvcrt/tests/data.c
+++ b/dlls/msvcrt/tests/data.c
@@ -49,7 +49,6 @@ static void initcallback(void)
 static void test_initterm(void)
 {
     int i;
-    int rc;
     static _INITTERMFUN callbacks[4];
 
     if (!p_initterm)



More information about the wine-patches mailing list