mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Deleted unneeded xfopen and xfclose
This commit is contained in:
@ -13682,7 +13682,6 @@ static int test_wc_LockMutex_ex (void)
|
|||||||
int type = 0;
|
int type = 0;
|
||||||
const char* file = "./test-LockMutex_ex.txt";
|
const char* file = "./test-LockMutex_ex.txt";
|
||||||
int line = 0;
|
int line = 0;
|
||||||
XFILE fp = XFOPEN("./test-LockMutex_ex.txt", "ar");
|
|
||||||
|
|
||||||
printf(testingFmt, "wc_LockMutex_ex()");
|
printf(testingFmt, "wc_LockMutex_ex()");
|
||||||
|
|
||||||
@ -13700,7 +13699,6 @@ static int test_wc_LockMutex_ex (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
printf(resultFmt, ret == 0 ? passed : failed);
|
printf(resultFmt, ret == 0 ? passed : failed);
|
||||||
XFCLOSE(fp);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
return ret;
|
return ret;
|
||||||
|
Reference in New Issue
Block a user