From 07e9043b30d8b340c7003938cd6db06c6356d3bb Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 11 Jan 2023 10:46:18 +0100 Subject: [PATCH] [Marketplace] Remove dead code Co-authored-by: Eric Mastro --- contracts/Marketplace.sol | 9 --------- 1 file changed, 9 deletions(-) diff --git a/contracts/Marketplace.sol b/contracts/Marketplace.sol index 4c7e7f4..d4db55c 100644 --- a/contracts/Marketplace.sol +++ b/contracts/Marketplace.sol @@ -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