Skip to content

Commit

Permalink
contracts-bedrock: remove unused code in CrossL2Inbox.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Mar 22, 2024
1 parent 49d34be commit 509ed32
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/contracts-bedrock/test/L2/CrossL2Inbox.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ contract CrossL2InboxTest is CommonTest {
chainId: block.chainid
});

address depositor;

function setUp() public virtual override {
super.setUp();
depositor = l1Block.DEPOSITOR_ACCOUNT();
}

function testFuzz_executeMessage_succeeds(
bytes calldata _msg,
ICrossL2Inbox.Identifier calldata _id,
Expand Down

0 comments on commit 509ed32

Please sign in to comment.