diff options
Diffstat (limited to 'Tests/Testing/pcShared.c')
-rw-r--r-- | Tests/Testing/pcShared.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/Testing/pcShared.c b/Tests/Testing/pcShared.c deleted file mode 100644 index b08fadc..0000000 --- a/Tests/Testing/pcShared.c +++ /dev/null @@ -1,5 +0,0 @@ -#include "pcShared.h" -const char* pcShared(void) -{ - return "INFO:symbol[pcShared]"; -} |