summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 3b19160..7062e12 100644
--- a/src/main.c
+++ b/src/main.c
@@ -281,9 +281,6 @@ int main(int argc, char *argv[])
action = STATS;
}
break;
- case 'S':
- dlog(LOG_WARNING,"-S option is obsolete. Ignoring.");
- break;
case 'n':
set_operation_mode(&type, REQUEST, argv);
action = REQUEST_DUMP;