From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (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 9C5E6469710 for ; Tue, 26 May 2020 15:46:42 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id z6so24256420ljm.13 for ; Tue, 26 May 2020 05:46:42 -0700 (PDT) From: Cyrill Gorcunov Date: Tue, 26 May 2020 15:46:18 +0300 Message-Id: <20200526124627.82843-2-gorcunov@gmail.com> In-Reply-To: <20200526124627.82843-1-gorcunov@gmail.com> References: <20200526124627.82843-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 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