提交 da6d7f44 编写于 作者: H Heikki Linnakangas

Remove duplicated code.

The duplicate was introduced by the 8.3 merge, because we had already
cherry-picked this in commit d481bd72. Harmless, but let's be tidy.
上级 eb39ffc1
......@@ -2193,10 +2193,7 @@ get_call_expr_argtype(Node *expr, int argnum)
* array.
*/
if (IsA(expr, ScalarArrayOpExpr) &&
argnum == 1)
argtype = get_element_type(argtype);
else if (IsA(expr, ArrayCoerceExpr) &&
argnum == 0)
argnum == 1)
argtype = get_element_type(argtype);
else if (IsA(expr, ArrayCoerceExpr) &&
argnum == 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册