summaryrefslogtreecommitdiffstats
path: root/Tests/Testing/perconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Testing/perconfig.c')
-rw-r--r--Tests/Testing/perconfig.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/Testing/perconfig.c b/Tests/Testing/perconfig.c
deleted file mode 100644
index d942d45..0000000
--- a/Tests/Testing/perconfig.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "pcShared.h"
-extern const char* pcStatic(void);
-int main()
-{
- pcStatic();
- pcShared();
- return 0;
-}