Remove variable myARGC which is not really used from test_cdf_parsing.

Gerald Pfeifer gerald at pfeifer.com
Sat May 1 15:31:07 CDT 2010


---
 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);
-- 
1.6.6.2



More information about the wine-patches mailing list