From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (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 D9409469710 for ; Wed, 27 May 2020 14:14:21 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id b6so28430889ljj.1 for ; Wed, 27 May 2020 04:14:21 -0700 (PDT) From: Cyrill Gorcunov Date: Wed, 27 May 2020 14:13:57 +0300 Message-Id: <20200527111406.145422-2-gorcunov@gmail.com> In-Reply-To: <20200527111406.145422-1-gorcunov@gmail.com> References: <20200527111406.145422-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v3 01/10] core/say: drop redundant declarations List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml 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