summaryrefslogtreecommitdiffstats
path: root/otime.c
diff options
context:
space:
mode:
Diffstat (limited to 'otime.c')
-rw-r--r--otime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/otime.c b/otime.c
index cba953d..5b55322 100644
--- a/otime.c
+++ b/otime.c
@@ -123,10 +123,8 @@ time_string (time_t t, int usec, bool show_usec, struct gc_arena *gc)
}
}
- mutex_lock_static (L_CTIME);
t = tv.tv_sec;
buf_printf (&out, "%s", ctime(&t));
- mutex_unlock_static (L_CTIME);
buf_rmtail (&out, '\n');
if (show_usec && tv.tv_usec)