summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/foo.h')
-rw-r--r--Tests/SimpleInstall/foo.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Tests/SimpleInstall/foo.h b/Tests/SimpleInstall/foo.h
deleted file mode 100644
index 216cdf67b..000000000
--- a/Tests/SimpleInstall/foo.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern char* foo;
-extern int SomeFunctionInFoo();
-
-#ifdef __cplusplus
-}
-#endif