From 996dcd41deebf44f9d75b3284ada25095e15ba34 Mon Sep 17 00:00:00 2001 From: Timerix22 <87668556+Timerix22@users.noreply.github.com> Date: Wed, 24 Aug 2022 13:50:11 +0600 Subject: [PATCH] removed test_network() definition --- tests/tests.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/tests.h b/tests/tests.h index eb66a8f..71cc4b1 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -13,10 +13,9 @@ void test_autoarr(); void test_hash_functions(); void test_hashtable(); void test_dtsod(); -void test_network(); #define PRINT_SIZEOF(T) printf("\e[94m" #T " size: \e[96m" IFWIN("%llu", "%lu") "\n", sizeof(T)) #if __cplusplus } -#endif \ No newline at end of file +#endif