Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mxqd: Remove dead store
  • Loading branch information
donald committed May 9, 2022
1 parent 3763a09 commit ca89196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqd.c
Expand Up @@ -2705,7 +2705,7 @@ int main(int argc, char *argv[])
mx_log_info("-------------------------------------------------------------");
mx_log_info(" Reexecuting %s", argv[0]);
mx_log_info("-------------------------------------------------------------");
res = execvp(argv[0], argv);
execvp(argv[0], argv);
mx_log_fatal("execvp(\"%s\", ...): %m", argv[0]);
}

Expand Down

0 comments on commit ca89196

Please sign in to comment.