summaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-04-28 13:18:37 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-04-28 14:08:29 -0400
commit13ea2d880b14c0a50a777c0ece5f26453483a7de (patch)
tree02afec5448dff9d4389c74a59c739c5a7cfc5814 /src/log.c
parenta1eba3c89bc26ac8a4deb1dba456bf2f3e3c4a6b (diff)
downloadlighttpd-git-13ea2d880b14c0a50a777c0ece5f26453483a7de.tar.gz
[core] consistent inclusion of sys-time.h
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/log.c b/src/log.c
index fc1f9d12..99f91e8b 100644
--- a/src/log.c
+++ b/src/log.c
@@ -20,12 +20,6 @@
# include <syslog.h>
#endif
-#ifndef HAVE_CLOCK_GETTIME
-#ifdef HAVE_SYS_TIME_H
-# include <sys/time.h> /* gettimeofday() */
-#endif
-#endif
-
time_t log_epoch_secs = 0;
time_t log_monotonic_secs = 0;