removed useless std::move on const and unmovable objects
This commit is contained in:
@@ -1835,7 +1835,7 @@ yyreduce:
|
||||
|
||||
case 66:
|
||||
#line 190 "ExpressionParser.y" /* yacc.c:1646 */
|
||||
{ (yyvsp[-1].expr)->addComponent(std::move((yyvsp[0].component))); (yyval.expr) = (yyvsp[-1].expr); }
|
||||
{ (yyvsp[-1].expr)->addComponent((yyvsp[0].component)); (yyval.expr) = (yyvsp[-1].expr); }
|
||||
#line 1840 "ExpressionParser.tab.c" /* yacc.c:1646 */
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user