aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio/lib_syslogstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/stdio/lib_syslogstream.c')
-rw-r--r--nuttx/libc/stdio/lib_syslogstream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/libc/stdio/lib_syslogstream.c b/nuttx/libc/stdio/lib_syslogstream.c
index 121227d3c..e29c5ca3d 100644
--- a/nuttx/libc/stdio/lib_syslogstream.c
+++ b/nuttx/libc/stdio/lib_syslogstream.c
@@ -63,7 +63,6 @@
static void syslogstream_putc(FAR struct lib_outstream_s *this, int ch)
{
- int errcode;
int ret;
/* Try writing until the write was successful or until an irrecoverable