summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Library/TestLink.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ComplexRelativePaths/Library/TestLink.c')
-rw-r--r--Tests/ComplexRelativePaths/Library/TestLink.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/ComplexRelativePaths/Library/TestLink.c b/Tests/ComplexRelativePaths/Library/TestLink.c
deleted file mode 100644
index 25dee08..0000000
--- a/Tests/ComplexRelativePaths/Library/TestLink.c
+++ /dev/null
@@ -1,8 +0,0 @@
-int TestLinkGetType()
-{
-#ifdef CMakeTestLinkShared_EXPORTS
- return 0;
-#else
- return 1;
-#endif
-}