Gerald Pfeifer : comctl32: Remove variable iRet which is not really used from test_EnumMRUList.

Alexandre Julliard julliard at winehq.org
Mon Apr 26 13:59:24 CDT 2010


Module: wine
Branch: master
Commit: 414b50690966b38fb44276316198eb5ea72ec22d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=414b50690966b38fb44276316198eb5ea72ec22d

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Fri Apr 23 20:56:36 2010 +0200

comctl32: Remove variable iRet which is not really used from test_EnumMRUList.

---

 dlls/comctl32/tests/mru.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dlls/comctl32/tests/mru.c b/dlls/comctl32/tests/mru.c
index 3eae9a9..24fcff5 100644
--- a/dlls/comctl32/tests/mru.c
+++ b/dlls/comctl32/tests/mru.c
@@ -471,11 +471,9 @@ static void test_EnumMRUList(void)
     /* NULL handle */
     if (0)
     {
-        INT iRet;
-
         /* crashes on NT4, passed on Win2k, XP, 2k3, Vista, 2k8 */
-        iRet = pEnumMRUList(NULL, 0, NULL, 0);
-        iRet = pEnumMRUListW(NULL, 0, NULL, 0);
+        pEnumMRUList(NULL, 0, NULL, 0);
+        pEnumMRUListW(NULL, 0, NULL, 0);
     }
 }
 




More information about the wine-cvs mailing list