Skip to content

Commit f75adac

Browse files
anchaoxiaoxiang781216
authored andcommitted
stream/syslog: remove unnecessary ifdef CONFIG_SYSLOG_BUFFER
Signed-off-by: chao an <[email protected]>
1 parent 4a279b4 commit f75adac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/libc/stream/lib_syslogstream.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,11 @@ static int syslogstream_flush(FAR struct lib_outstream_s *ostream)
7070
stream->offset = 0;
7171
return ret;
7272
}
73-
#endif
7473

7574
/****************************************************************************
7675
* Name: syslogstream_addchar
7776
****************************************************************************/
7877

79-
#ifdef CONFIG_SYSLOG_BUFFER
8078
static void syslogstream_addchar(FAR struct lib_syslogstream_s *stream,
8179
int ch)
8280
{

0 commit comments

Comments
 (0)