Skip to content

Commit

Permalink
removed an unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed May 19, 2021
1 parent ca6b8fb commit fa81a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -6674,7 +6674,7 @@ kx_code_t *ir_varname(kx_frm_t *frmv, kx_code_t *cur)
kv_A(frmv->varname, cur->value2.idx).name = cur->varname;
return cur->next;
}
KX_IR_NAME_DEF();

int kx_debug_hook(kx_context_t *ctx, kx_frm_t *frmv, kx_frm_t *lexv, kx_code_t *cur)
{
if (ctx != g_main_thread) {
Expand Down

0 comments on commit fa81a57

Please sign in to comment.