move everything out of trunk
[lttv.git] / trunk / obsolete / ltt-usertrace / sample-instrument-fct.c
diff --git a/trunk/obsolete/ltt-usertrace/sample-instrument-fct.c b/trunk/obsolete/ltt-usertrace/sample-instrument-fct.c
deleted file mode 100644 (file)
index cb8732d..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-#include <stdio.h>
-#include <unistd.h>
-
-
-
-
-void test_function(void)
-{
-       printf("we are in a test function\n");
-}
-
-
-int main(int argc, char **argv)
-{
-  printf("Abort with CTRL-C.\n");
-  printf("See the result file in /tmp/ltt-usertrace.\n");
-
-
-       while(1) {
-               test_function();
-               sleep(1);
-       }
-       
-       return 0;
-}
-
This page took 0.023345 seconds and 4 git commands to generate.