summaryrefslogtreecommitdiff
path: root/nuttx/include/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/syslog.h')
-rw-r--r--nuttx/include/syslog.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/nuttx/include/syslog.h b/nuttx/include/syslog.h
index 3264d3d58..7d163e30f 100644
--- a/nuttx/include/syslog.h
+++ b/nuttx/include/syslog.h
@@ -206,12 +206,6 @@ int lowvsyslog(int priority, FAR const char *format, va_list ap);
int setlogmask(int mask);
-#if defined(CONFIG_SYSLOG_ENABLE) && defined(__KERNEL__)
-/* Non-standard interface to enable or disable syslog output */
-
-void syslog_enable(bool enable);
-#endif
-
#if defined(__cplusplus)
}
#endif