summaryrefslogtreecommitdiff
path: root/src/common/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/timer.c')
-rw-r--r--src/common/timer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/timer.c b/src/common/timer.c
index 183daad30..b76a82da6 100644
--- a/src/common/timer.c
+++ b/src/common/timer.c
@@ -42,13 +42,6 @@ static int* timer_heap = NULL;
// server startup time
time_t start_time;
-unsigned int calc_times(void)
-{
- time_t temp = time(NULL);
-
- return (unsigned int)mktime(localtime(&temp));
-}
-
/*----------------------------
* Timer debugging
*----------------------------*/