summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/boot/bootctl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index ae467ca35c..bc1405145e 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -1285,10 +1285,6 @@ static int bootctl_main(int argc, char*argv[]) {
int q;
int r;
- r = parse_argv(argc, argv);
- if (r <= 0)
- goto finish;
-
if (argv[optind]) {
for (i = 0; i < ELEMENTSOF(verbs); i++) {
if (!streq(argv[optind], verbs[i].verb))