summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/syslogd.c b/syslogd.c
index f871817a..e8b93f7c 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -6172,9 +6172,6 @@ int main(int argc, char **argv)
NoFork = 1;
break;
#if 0
- case 'o': /* omit local logging (/dev/log) */
- startIndexUxLocalSockets = 1;
- break;
case 'p': /* path to regular log socket */
funixn[0] = optarg;
break;