Skip to content

Commit 99c3f80

Browse files
committed
chore: remove unused line
1 parent af463bc commit 99c3f80

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/PoolManager.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ contract PoolManager is IPoolManager, ProtocolFees, NoDelegateCall, ERC6909Claim
8080
using SafeCast for *;
8181
using Pool for *;
8282
using Hooks for IHooks;
83-
using Position for mapping(bytes32 => Position.State);
8483
using CurrencyDelta for Currency;
8584
using LPFeeLibrary for uint24;
8685
using CurrencyReserves for Currency;

src/test/ProxyPoolManager.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ contract ProxyPoolManager is IPoolManager, ProtocolFees, NoDelegateCall, ERC6909
3030
using SafeCast for *;
3131
using Pool for *;
3232
using Hooks for IHooks;
33-
using Position for mapping(bytes32 => Position.State);
3433
using CurrencyDelta for Currency;
3534
using LPFeeLibrary for uint24;
3635
using CurrencyReserves for Currency;

0 commit comments

Comments
 (0)