diff options
Diffstat (limited to 'Tests/ComplexRelativePaths/Library/TestLink.c')
-rw-r--r-- | Tests/ComplexRelativePaths/Library/TestLink.c | 8 |
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 -} |