aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main.c b/src/main.c
index 2e71bef..36b1349 100644
--- a/src/main.c
+++ b/src/main.c
@@ -115,19 +115,6 @@ main(int argc, char **argv)
}
}
- if (flags.p && flags.s) {
- warn("-p and -s are mutually exclusive");
- goto usage;
- }
- if (flags.p && flags.z) {
- warn("-p and -z are mutually exclusive");
- goto usage;
- }
- if (flags.s && flags.z) {
- warn("-s and -z are mutually exclusive");
- goto usage;
- }
-
argc -= parser.optind;
argv += parser.optind;