mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
Remove redundant casts
This commit is contained in:
@@ -387,7 +387,7 @@ int dbg_check_skipped(exarg_T *eap)
|
||||
debug_breakpoint_name = debug_skipped_name;
|
||||
/* eap->skip is TRUE */
|
||||
eap->skip = FALSE;
|
||||
(void)dbg_check_breakpoint(eap);
|
||||
dbg_check_breakpoint(eap);
|
||||
eap->skip = TRUE;
|
||||
got_int |= prev_got_int;
|
||||
return TRUE;
|
||||
|
Reference in New Issue
Block a user