https://github.com/code-423n4/2024-12-bakerfi/blob/0daf8a0547b6245faed5b6cd3f5daf44d2ea7c9a/contracts/core/VaultRouter.sol#L37
There is an unused storage variable.
The _approvedSwapTokens variable in VaultRouter has no usage. This variable is presumably intended to hold information about swappable tokens, but this is instead handled by the UseUnifiedSwapper contract.
Remove the unnecessary _approvedSwapTokens variable.
