From 132a6b316b2512ba5176ac19f51e3d3b82f3a50e Mon Sep 17 00:00:00 2001 From: aazhou1 Date: Fri, 20 Dec 2024 11:40:30 -0800 Subject: [PATCH] unused controller variables --- src/Strategy.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Strategy.sol b/src/Strategy.sol index 65136403..75ea189a 100644 --- a/src/Strategy.sol +++ b/src/Strategy.sol @@ -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 +