summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall/lib3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/lib3.cxx')
-rw-r--r--Tests/SimpleInstall/lib3.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/SimpleInstall/lib3.cxx b/Tests/SimpleInstall/lib3.cxx
deleted file mode 100644
index da8dbf942..000000000
--- a/Tests/SimpleInstall/lib3.cxx
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "lib3.h"
-
-float Lib3Func()
-{
- return 2.0;
-}