frontend/define.c, ntharg(), #8/15 this `if' condition can't be true

This commit is contained in:
rlar 2015-10-04 19:47:57 +02:00
parent e93327fdb7
commit bc793fbf27
1 changed files with 0 additions and 4 deletions

View File

@ -416,11 +416,7 @@ ntharg(int num, struct pnode *args)
}
if (args && args->pn_op && (args->pn_op->op_num != PT_OP_COMMA)) {
if (num <= 1)
{
if (args && args->pn_op && (args->pn_op->op_num == PT_OP_COMMA))
return args->pn_left;
return args;
}
return NULL;
}
if (!args)