Commit 7cdcdf78 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent 75c738e9
...@@ -1111,7 +1111,6 @@ static void test_cdf_parsing(void) ...@@ -1111,7 +1111,6 @@ static void test_cdf_parsing(void)
START_TEST(crypt) START_TEST(crypt)
{ {
int myARGC;
char** myARGV; char** myARGV;
char sysdir[MAX_PATH]; char sysdir[MAX_PATH];
...@@ -1129,7 +1128,7 @@ START_TEST(crypt) ...@@ -1129,7 +1128,7 @@ START_TEST(crypt)
lstrcpyA(catroot2, sysdir); lstrcpyA(catroot2, sysdir);
lstrcatA(catroot2, "\\CatRoot2"); lstrcatA(catroot2, "\\CatRoot2");
myARGC = winetest_get_mainargs(&myARGV); winetest_get_mainargs(&myARGV);
strcpy(selfname, myARGV[0]); strcpy(selfname, myARGV[0]);
GetCurrentDirectoryA(MAX_PATH, CURR_DIR); GetCurrentDirectoryA(MAX_PATH, CURR_DIR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment