summaryrefslogtreecommitdiff
path: root/source3/tests/shlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/tests/shlib.c')
-rw-r--r--source3/tests/shlib.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/tests/shlib.c b/source3/tests/shlib.c
deleted file mode 100644
index eddb76ff2a..0000000000
--- a/source3/tests/shlib.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* a trivial function used to test building shared libraries */
-
-int foo(void);
-
-int foo(void)
-{
- return 1;
-}