From 2e8afa446f2444a8be5e6180bf90cfa48b6e02f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 17 Aug 2022 03:15:37 +0200 Subject: Add CfgA. --- c/test.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'c/test.h') diff --git a/c/test.h b/c/test.h index 5565b36..50ae9e6 100644 --- a/c/test.h +++ b/c/test.h @@ -1,13 +1,6 @@ #ifndef TEST_H #define TEST_H -struct Test -{ - const char* name = {0}; - char error[64] = {0}; - Test(const char* name); -}; - int RunTests(); #endif -- cgit v1.2.3