[Tarantool-patches] [PATCH v2 01/10] core/say: drop redundant declarations
Cyrill Gorcunov
gorcunov at gmail.com
Tue May 26 15:46:18 MSK 2020
Part-of #689
Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
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
More information about the Tarantool-patches
mailing list