Skip to content

Commit

Permalink
remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist committed Jun 21, 2024
1 parent 6fcee3a commit b9131f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pool-cl/VeCakeMembershipHook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ contract VeCakeMembershipHook is CLBaseHook {
using PoolIdLibrary for PoolKey;
using LPFeeLibrary for uint24;

error PoolNotOpenForPublicTradeYet();

IVeCake public veCake;
uint256 public promoEndDate;
mapping(PoolId => uint24) public poolIdToLpFee;
Expand Down

0 comments on commit b9131f6

Please sign in to comment.