summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstall/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstall/foo.c')
-rw-r--r--Tests/SimpleInstall/foo.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/SimpleInstall/foo.c b/Tests/SimpleInstall/foo.c
deleted file mode 100644
index 45d5b2bf2..000000000
--- a/Tests/SimpleInstall/foo.c
+++ /dev/null
@@ -1,6 +0,0 @@
-char* foo = "Foo";
-
-int SomeFunctionInFoo()
-{
- return 5;
-}