Skip to content

Commit

Permalink
fix: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustrian committed May 14, 2024
1 parent 5885ea3 commit 5631607
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/unit/BPool.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ abstract contract BasePoolTest is Test, BConst, Utils {
bPool.set__records(_token, _record);
}

function _setBalance(address _user, uint256 _balance) internal {
_writeUintAtAddressMapping(address(bPool), 0, _user, _balance);
}

function _setPublicSwap(bool _isPublicSwap) internal {
bPool.set__publicSwap(_isPublicSwap);
}
Expand Down

0 comments on commit 5631607

Please sign in to comment.