summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syslog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/syslog.cc')
-rw-r--r--winsup/cygwin/syslog.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/syslog.cc b/winsup/cygwin/syslog.cc
index d0dda8b75..4e6c5b5a2 100644
--- a/winsup/cygwin/syslog.cc
+++ b/winsup/cygwin/syslog.cc
@@ -85,8 +85,6 @@ openlog (const char *ident, int logopt, int facility)
/* setlogmask: set the log priority mask and return previous mask.
If maskpri is zero, just return previous. */
-#if 0
-/* FIXME: nobody calls setlogmask? */
int
setlogmask (int maskpri)
{
@@ -98,7 +96,6 @@ setlogmask (int maskpri)
return old_mask;
}
-#endif
/* Private class used to handle formatting of syslog message */
/* It is named pass_handler because it does a two-pass handling of log