From 025d54b8f6e4e69d5552b16a223ecf146c5a1335 Mon Sep 17 00:00:00 2001 From: Yuriy Vostrikov <vostrikov@corp.mail.ru> Date: Wed, 3 Nov 2010 10:43:08 +0300 Subject: [PATCH] [core] remove dead code --- core/log_io.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/log_io.c b/core/log_io.c index 3c8a2076dc..65b123ca11 100644 --- a/core/log_io.c +++ b/core/log_io.c @@ -501,8 +501,6 @@ write_header(struct log_io *l) time(&tm); ctime_r(&tm, buf); - /* 20 bytes is hardcoded timestring length in silverspoon */ - //buf[19] = '\n'; if (fwrite(buf, strlen(buf), 1, l->f) != 1) return -1; -- GitLab