[Marketplace] Remove dead code
Co-authored-by: Eric Mastro <eric.mastro@gmail.com>
This commit is contained in:
parent
2bfed21584
commit
07e9043b30
|
@ -399,15 +399,6 @@ contract Marketplace is Collateral, Proofs, StateRetrieval {
|
||||||
return s == RequestState.New || s == RequestState.Started;
|
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(
|
function _toSlotId(
|
||||||
RequestId requestId,
|
RequestId requestId,
|
||||||
uint256 slotIndex
|
uint256 slotIndex
|
||||||
|
|
Loading…
Reference in New Issue