Skip to content

Commit

Permalink
Remove deprecated Claims interfaces and impl (Uniswap#476)
Browse files Browse the repository at this point in the history
* Remove unused IClaims and Claims.sol

* forge fmt
  • Loading branch information
zhongeric authored Feb 12, 2024
1 parent b25d093 commit 4b033f4
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 203 deletions.
2 changes: 1 addition & 1 deletion .forge-snapshots/poolManager bytecode size.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24607
24361
2 changes: 1 addition & 1 deletion .forge-snapshots/simpleSwapEOAInitiated.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
173820
172919
51 changes: 0 additions & 51 deletions src/Claims.sol

This file was deleted.

31 changes: 0 additions & 31 deletions src/interfaces/IClaims.sol

This file was deleted.

1 change: 0 additions & 1 deletion src/interfaces/IPoolManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {Pool} from "../libraries/Pool.sol";
import {IHooks} from "./IHooks.sol";
import {IERC6909Claims} from "./external/IERC6909Claims.sol";
import {IFees} from "./IFees.sol";
import {IClaims} from "./IClaims.sol";
import {BalanceDelta} from "../types/BalanceDelta.sol";
import {PoolId} from "../types/PoolId.sol";
import {Position} from "../libraries/Position.sol";
Expand Down
19 changes: 0 additions & 19 deletions src/test/MockClaims.sol

This file was deleted.

99 changes: 0 additions & 99 deletions test/Claims.t.sol

This file was deleted.

0 comments on commit 4b033f4

Please sign in to comment.