[Marketplace] Remove dead code

Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
This commit is contained in:
Mark Spanbroek 2023-01-11 10:46:18 +01:00 committed by markspanbroek
parent 2bfed21584
commit 07e9043b30
1 changed files with 0 additions and 9 deletions

View File

@ -399,15 +399,6 @@ contract Marketplace is Collateral, Proofs, StateRetrieval {
return s == RequestState.New || s == RequestState.Started;
}
function _toBytes32s(
RequestId[] memory array
) private pure returns (bytes32[] memory result) {
// solhint-disable-next-line no-inline-assembly
assembly {
result := array
}
}
function _toSlotId(
RequestId requestId,
uint256 slotIndex