summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall/TestSubDir/TSD_utils.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/TestSubDir/TSD_utils.cxx')
-rw-r--r--Tests/SimpleInstall/TestSubDir/TSD_utils.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/Tests/SimpleInstall/TestSubDir/TSD_utils.cxx b/Tests/SimpleInstall/TestSubDir/TSD_utils.cxx
deleted file mode 100644
index 0f32894fe..000000000
--- a/Tests/SimpleInstall/TestSubDir/TSD_utils.cxx
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <string.h>
-
-int TSD(const char* foo)
-{
- if (strcmp(foo, "TEST") == 0) {
- return 0;
- }
- return 1;
-}