Skip to content
Snippets Groups Projects
Commit df4c69ec authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Kirill Yukhin
Browse files

core/say: drop redundant declarations


Part-of #689

Signed-off-by: default avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 6e567fac
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment