[marketplace] remove dead code

This commit is contained in:
Mark Spanbroek 2023-01-16 13:51:02 +01:00 committed by markspanbroek
parent de368708b2
commit fffd0dcb86
1 changed files with 0 additions and 4 deletions

View File

@ -47,10 +47,6 @@ contract Marketplace is Collateral, Proofs, StateRetrieval {
return !hasSlots(msg.sender);
}
function _equals(RequestId a, RequestId b) internal pure returns (bool) {
return RequestId.unwrap(a) == RequestId.unwrap(b);
}
function requestStorage(
Request calldata request
) public marketplaceInvariant {