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 064c87c commit 0c8fa4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seaport-core",
"version": "1.6.2",
"version": "1.6.3",
"description": "Core smart contracts for the Seaport protocol",
"main": "src/",
"repository": "https://github.com/ProjectOpenSea/seaport-core.git",
Expand Down
3 changes: 0 additions & 3 deletions src/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 0c8fa4b

Please sign in to comment.