From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2DD51469710 for ; Mon, 25 May 2020 15:17:31 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id e125so10423601lfd.1 for ; Mon, 25 May 2020 05:17:31 -0700 (PDT) From: Cyrill Gorcunov Date: Mon, 25 May 2020 15:17:06 +0300 Message-Id: <20200525121715.21216-2-gorcunov@gmail.com> In-Reply-To: <20200525121715.21216-1-gorcunov@gmail.com> References: <20200525121715.21216-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 01/10] core/say: drop redundant declarations List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Alexander Turenko Part-of #689 Signed-off-by: Cyrill Gorcunov --- src/lib/core/say.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/core/say.c b/src/lib/core/say.c index 7116883d4..e22089aac 100644 --- a/src/lib/core/say.c +++ b/src/lib/core/say.c @@ -244,11 +244,6 @@ say_format_by_name(const char *format) return STR2ENUM(say_format, format); } -static void -write_to_file(struct log *log, int total); -static void -write_to_syslog(struct log *log, int total); - /** * Sets O_NONBLOCK flag in case if lognonblock is set. */ -- 2.26.2