Skip to content

Commit

Permalink
refactor rizin.c code
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshjangir committed Oct 21, 2023
1 parent de189da commit 35fe682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion librz/main/rizin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,6 @@ RZ_API int rz_main_rizin(int argc, const char **argv) {
if (rz_config_get_i(r->config, "dbg.exitkills") &&
rz_debug_can_kill(r->dbg) &&
rz_cons_yesno('y', "Do you want to kill the process? (Y/n)")) {
rz_config_set_i(r->config, "scr.confirmquit", false);
rz_debug_kill(r->dbg, r->dbg->pid, r->dbg->tid, 9); // KILL
}
}
Expand Down

0 comments on commit 35fe682

Please sign in to comment.