aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.c b/src/main.c
deleted file mode 100644
index b6fa969..0000000
--- a/src/main.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdlib.h>
-
-#include "timediff.h"
-
-int
-main()
-{
- timediff();
-
- return EXIT_SUCCESS;
-}