summaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-09-14 14:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2015-09-14 14:01:09 +0100
commit4afe26fa82fd2701cbf686799668d685645b220e (patch)
treeebb25aa2f8485b643136b210ee0df521c5cbe4c8 /log.c
parent74b958ecbed7102a0f3f5faf5d976411726661ba (diff)
parent216ddf3da5798fe3e7246310ebe0b77e591ee34e (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/log.c b/log.c
index b0b22460..bcf37cd2 100644
--- a/log.c
+++ b/log.c
@@ -48,8 +48,6 @@ log_open(const char *path)
setvbuf(log_file, NULL, _IOLBF, 0);
event_set_log_callback(log_event_cb);
-
- tzset();
}
/* Close logging. */