diff --git a/src/RepoTokenList.sol b/src/RepoTokenList.sol index e80f569e..f5336986 100644 --- a/src/RepoTokenList.sol +++ b/src/RepoTokenList.sol @@ -138,11 +138,6 @@ library RepoTokenList { removeMaturedToken = true; } - ( - , - address purchaseToken,, - ) = ITermRepoToken(current).config(); - next = _getNext(listData, current); if (removeMaturedToken) {