summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proc.c b/src/proc.c
index 0481e9790..a7e4192aa 100644
--- a/src/proc.c
+++ b/src/proc.c
@@ -184,7 +184,7 @@ mrb_init_proc(mrb_state *mrb)
mrb_irep *call_irep = (mrb_irep *)mrb_alloca(mrb, sizeof(mrb_irep));
static const mrb_irep mrb_irep_zero = { 0 };
- if ( call_iseq == NULL || call_irep == NULL )
+ if (call_irep == NULL)
return;
*call_irep = mrb_irep_zero;