Remove unbuild and unused (deprecated) make_shared_lib test
[lttng-ust.git] / tests / make_shared_lib / basic_lib.c
diff --git a/tests/make_shared_lib/basic_lib.c b/tests/make_shared_lib/basic_lib.c
deleted file mode 100644 (file)
index 4facd9d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdio.h>
-#include <ust/marker.h>
-
-void myfunc(void)
-{
-       ust_marker(in_lib, MARK_NOARGS);
-       printf("testfunc\n");
-}
-
-//UST_MARKER_LIB
This page took 0.022713 seconds and 4 git commands to generate.