aboutsummaryrefslogtreecommitdiffstats
path: root/tests/shlib_test/hellolib.c
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-02 17:39:01 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-02 17:39:01 -0500
commit654c26f78a3031c34b81f338d3b6d1a3a87c34da (patch)
treed3ad32329ea8e0f68652ee853835c3dadc0e4478 /tests/shlib_test/hellolib.c
parent1ec7cafa9e8c8ea06adc582078444df886896830 (diff)
downloadexternal_python_setuptools-654c26f78a3031c34b81f338d3b6d1a3a87c34da.tar.gz
external_python_setuptools-654c26f78a3031c34b81f338d3b6d1a3a87c34da.tar.bz2
external_python_setuptools-654c26f78a3031c34b81f338d3b6d1a3a87c34da.zip
Removing shlib_test (apparently unused and broken).
Diffstat (limited to 'tests/shlib_test/hellolib.c')
-rwxr-xr-xtests/shlib_test/hellolib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/shlib_test/hellolib.c b/tests/shlib_test/hellolib.c
deleted file mode 100755
index 88d65cee..00000000
--- a/tests/shlib_test/hellolib.c
+++ /dev/null
@@ -1,3 +0,0 @@
-extern char* get_hello_msg() {
- return "Hello, world!";
-}