Skip to content

Commit

Permalink
mxqd: Remove dead stores
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Feb 20, 2022
1 parent 0926de3 commit 25ce092
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mxqd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2742,9 +2742,6 @@ int main(int argc, char *argv[])

/*** server init ***/

saved_argv_str = mx_strvec_to_str(argv);
saved_cwd = get_current_dir_name();

mx_log_level_set(MX_LOG_INFO);

res = server_init(server, argc, argv);
Expand Down

0 comments on commit 25ce092

Please sign in to comment.