Skip to content

Commit

Permalink
remove unused assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Mar 6, 2024
1 parent ddc0926 commit 4240dc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/lib/FulfillmentApplier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4240dc6

Please sign in to comment.