Skip to content

Commit

Permalink
Another simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Jan 29, 2025
1 parent 992573b commit 1a45d59
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/expr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ void ExprValue::computeFlags()
else
{
visit.pop_back();
if (isLiteralOp(ck))
{
// requires type and literal operator kinds evaluate
cur->setFlag(Flag::IS_EVAL, true);
}
// flags are a union of the flags of the children
for (ExprValue* c : children)
{
Expand Down

0 comments on commit 1a45d59

Please sign in to comment.