Skip to content

Commit 7949345

Browse files
committed
remove unused variable
1 parent 24e5bd5 commit 7949345

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/HookSwaps.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ contract HookSwapsTest is EulerSwapTestBase {
157157

158158
/// @dev initializing a new pool on an existing eulerswap instance will revert
159159
function test_revertSubsequentInitialize() public {
160-
PoolKey memory poolKey = eulerSwap.poolKey();
161160
PoolKey memory newPoolKey = eulerSwap.poolKey();
162161
newPoolKey.currency0 = CurrencyLibrary.ADDRESS_ZERO;
163162

0 commit comments

Comments
 (0)