This commit is contained in:
chriseth 2021-11-23 15:37:28 +01:00
parent 829f88ef5f
commit f9b4b2faed

View File

@ -344,8 +344,6 @@ bool UnusedStoreEliminator::knownUnrelated(
} }
else else
{ {
u256 largestPositive = (u256(1) << 128) - 1;
yulAssert(_op1.location == Location::Memory, ""); yulAssert(_op1.location == Location::Memory, "");
if (_op1.length && knowledge.knownToBeZero(*_op1.length)) if (_op1.length && knowledge.knownToBeZero(*_op1.length))
return true; return true;