Removed reference counting from storage layout test

This commit is contained in:
Greg Hysen 2019-09-24 13:35:41 -07:00
parent fef06908ec
commit 91de2194eb

View File

@ -261,14 +261,6 @@ contract Staking is
)
slot := add(slot, 0x1)
assertSlotAndOffset(
_cumulativeRewardsByPoolReferenceCounter_slot,
_cumulativeRewardsByPoolReferenceCounter_offset,
slot,
offset
)
slot := add(slot, 0x1)
assertSlotAndOffset(
_cumulativeRewardsByPoolLastStored_slot,
_cumulativeRewardsByPoolLastStored_offset,