Gerald Pfeifer : wintrust/tests: Remove variable myARGC which is not really used from test_cdf_parsing.

Alexandre Julliard julliard at winehq.org
Mon May 3 11:54:09 CDT 2010


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

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Sat May  1 22:31:07 2010 +0200

wintrust/tests: Remove variable myARGC which is not really used from test_cdf_parsing.

---

 dlls/wintrust/tests/crypt.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/wintrust/tests/crypt.c b/dlls/wintrust/tests/crypt.c
index a2e096a..64a91b7 100644
--- a/dlls/wintrust/tests/crypt.c
+++ b/dlls/wintrust/tests/crypt.c
@@ -1111,7 +1111,6 @@ static void test_cdf_parsing(void)
 
 START_TEST(crypt)
 {
-    int myARGC;
     char** myARGV;
     char sysdir[MAX_PATH];
 
@@ -1129,7 +1128,7 @@ START_TEST(crypt)
     lstrcpyA(catroot2, sysdir);
     lstrcatA(catroot2, "\\CatRoot2");
 
-    myARGC = winetest_get_mainargs(&myARGV);
+    winetest_get_mainargs(&myARGV);
     strcpy(selfname, myARGV[0]);
 
     GetCurrentDirectoryA(MAX_PATH, CURR_DIR);




More information about the wine-cvs mailing list