aboutsummaryrefslogtreecommitdiff
path: root/c/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/test.h')
-rw-r--r--c/test.h7
1 files changed, 0 insertions, 7 deletions
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