[Tarantool-patches] [PATCH v2 02/10] core/say: drop vsay declaration
Cyrill Gorcunov
gorcunov at gmail.com
Tue May 26 15:46:19 MSK 2020
The implementation has been removed in
commit ef2c171d3e8f1d675c1cab548838a03ae67a2a66
Part-of #689
Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
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
More information about the Tarantool-patches
mailing list