diff options
Diffstat (limited to 'Tests/SimpleInstallS2/lib3.cxx')
-rw-r--r-- | Tests/SimpleInstallS2/lib3.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/SimpleInstallS2/lib3.cxx b/Tests/SimpleInstallS2/lib3.cxx deleted file mode 100644 index da8dbf9..0000000 --- a/Tests/SimpleInstallS2/lib3.cxx +++ /dev/null @@ -1,6 +0,0 @@ -#include "lib3.h" - -float Lib3Func() -{ - return 2.0; -} |