diff --git a/src/core/lib/FulfillmentApplier.sol b/src/core/lib/FulfillmentApplier.sol index 6a030fb..5780f3d 100644 --- a/src/core/lib/FulfillmentApplier.sol +++ b/src/core/lib/FulfillmentApplier.sol @@ -253,9 +253,6 @@ contract FulfillmentApplier is FulfillmentApplicationErrors { _revertMissingFulfillmentComponentOnAggregation(side); } - // Retrieve the received item on the execution being returned. - ReceivedItem memory item = execution.item; - // If the fulfillment components are offer components... if (side == Side.OFFER) { // Return execution for aggregated items provided by offerer.