Skip to content

Commit

Permalink
fix: pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed Oct 29, 2024
1 parent c2d0d39 commit a914f73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions test/invariant/fuzz/Setup.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ contract Setup is Actors, Pools {
// Deploy strategies implementations
_initImplementations(address(allo));

// strategy_directAllocation = new DirectAllocationStrategy(address(allo));

// Deploy token
token = ERC20(address(new FuzzERC20()));

Expand Down
3 changes: 0 additions & 3 deletions test/invariant/fuzz/helpers/Pools.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ contract Pools is Utils {
uint256[] internal ghost_poolIds;
mapping(uint256 _poolId => address _poolAdmin) ghost_poolAdmins;

// mapping(uint256 _poolId => PoolStrategies _strategy) internal _poolStrategy;

mapping(PoolStrategies _strategy => address _implementation)
internal _strategyImplementations;

Expand Down Expand Up @@ -63,7 +61,6 @@ contract Pools is Utils {
}

function _recordPool(uint256 _poolId, PoolStrategies _strategy) internal {
// _poolStrategy[_poolId] = _strategy;
ghost_poolIds.push(_poolId);
}

Expand Down

0 comments on commit a914f73

Please sign in to comment.