Skip to content

Commit

Permalink
unused controller variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Dec 20, 2024
1 parent 65fb4ef commit 132a6b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Strategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,6 @@ contract Strategy is BaseStrategy, Pausable, AccessControl {
* and the present value of all pending offers to calculate the total asset value.
*/
function _totalAssetValue(uint256 liquidBalance) internal view returns (uint256 totalValue) {
ITermController prevTermController = strategyState.prevTermController;
ITermController currTermController = strategyState.currTermController;

return
liquidBalance +
Expand Down

0 comments on commit 132a6b3

Please sign in to comment.