Remove unbuild and unused (deprecated) make_shared_lib test
[lttng-ust.git] / tests / make_shared_lib / prog.c
diff --git a/tests/make_shared_lib/prog.c b/tests/make_shared_lib/prog.c
deleted file mode 100644 (file)
index 7b7357a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <ust/marker.h>
-
-extern myfunc(void);
-
-int main(void)
-{
-       myfunc();
-       ust_marker(in_prog, MARK_NOARGS);
-       return 0;
-}
This page took 0.023091 seconds and 4 git commands to generate.