Skip to content

Commit b9373bf

Browse files
committed
unify wording of unlimitedLiteralArgument
1 parent 38b6427 commit b9373bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/tools/yulInterpreter/Interpreter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ void ExpressionEvaluator::evaluateArgs(
389389
if (std::get<Literal>(expr).value.unlimited())
390390
m_values = {0xdeadbeef};
391391
else
392-
393392
m_values = {std::get<Literal>(expr).value.value()};
394393
}
395394

0 commit comments

Comments
 (0)