From b524926837c692fef5a447f7bf8e40229cd58de6 Mon Sep 17 00:00:00 2001 From: Ethan Looney Date: Wed, 29 Jul 2020 09:31:37 -0700 Subject: [PATCH] Deleted unneeded xfopen and xfclose --- tests/api.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/api.c b/tests/api.c index dfa770487..1cfc007c1 100644 --- a/tests/api.c +++ b/tests/api.c @@ -13682,7 +13682,6 @@ static int test_wc_LockMutex_ex (void) int type = 0; const char* file = "./test-LockMutex_ex.txt"; int line = 0; - XFILE fp = XFOPEN("./test-LockMutex_ex.txt", "ar"); printf(testingFmt, "wc_LockMutex_ex()"); @@ -13700,7 +13699,6 @@ static int test_wc_LockMutex_ex (void) } printf(resultFmt, ret == 0 ? passed : failed); - XFCLOSE(fp); #endif return ret;