Skip to content

Commit

Permalink
feat: Remove useless codes (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefSnoopy authored Mar 26, 2024
1 parent ba7169c commit c019e24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pool-cl/NonfungiblePositionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {FullMath} from "pancake-v4-core/src/pool-cl/libraries/FullMath.sol";
import {CLPosition} from "pancake-v4-core/src/pool-cl/libraries/CLPosition.sol";
import {BalanceDelta, toBalanceDelta} from "pancake-v4-core/src/types/BalanceDelta.sol";
import {FixedPoint128} from "pancake-v4-core/src/pool-cl/libraries/FixedPoint128.sol";
import {SafeCast} from "pancake-v4-core/src/libraries/SafeCast.sol";
import {Currency} from "pancake-v4-core/src/types/Currency.sol";

import {INonfungiblePositionManager} from "./interfaces/INonfungiblePositionManager.sol";
Expand All @@ -36,7 +35,6 @@ contract NonfungiblePositionManager is
Multicall
{
using PoolIdLibrary for PoolKey;
using SafeCast for uint256;

/// @dev The ID of the next token that will be minted. Skips 0
uint256 private _nextId = 1;
Expand Down

0 comments on commit c019e24

Please sign in to comment.