Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()

This commit is contained in:
Gregory Nutt
2014-10-09 06:09:03 -06:00
parent 6d28596fa5
commit 4efb064169
245 changed files with 240 additions and 391 deletions
-6
View File
@@ -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