diff options
Diffstat (limited to 'statistic.c')
| -rw-r--r-- | statistic.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/statistic.c b/statistic.c deleted file mode 100644 index b83776a..0000000 --- a/statistic.c +++ /dev/null @@ -1,18 +0,0 @@ -/* - * vim:ts=4:sw=4:expandtab - * - */ -#include <stdlib.h> -#include <stdio.h> -#include <unistd.h> - -void statistic() { - printf("statistic started\n"); - for (;;) { - } -} - -void statistic_cleanup() { - printf("statistic cleanup\n"); - _exit(EXIT_SUCCESS); -} |
