From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) (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 C0FCA469711 for ; Mon, 25 May 2020 15:17:42 +0300 (MSK) Received: by mail-lf1-f67.google.com with SMTP id r125so10370767lff.13 for ; Mon, 25 May 2020 05:17:42 -0700 (PDT) From: Cyrill Gorcunov Date: Mon, 25 May 2020 15:17:07 +0300 Message-Id: <20200525121715.21216-3-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 02/10] core/say: drop vsay declaration List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Alexander Turenko The implementation has been removed in commit ef2c171d3e8f1d675c1cab548838a03ae67a2a66 Part-of #689 Signed-off-by: Cyrill Gorcunov --- src/lib/core/say.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/core/say.h b/src/lib/core/say.h index 43883f0da..c50d7bbf4 100644 --- a/src/lib/core/say.h +++ b/src/lib/core/say.h @@ -278,10 +278,6 @@ say_logger_init(const char *init_str, void say_logger_free(); -CFORMAT(printf, 5, 0) void -vsay(int level, const char *filename, int line, const char *error, - const char *format, va_list ap); - /** \cond public */ typedef void (*sayfunc_t)(int, const char *, int, const char *, const char *, ...); -- 2.26.2