<!-- canonical: https://0xsimao.com/findings/glacier-remove-unused-imports -->

# Remove unused imports

Low/Info · Three Sigma · Liquid staking · 12th July, 2023

Finding 3S-GLACIER-N18 of the Glacier security review.

- Protocol: https://www.glacier.io/
- Report: /reports/glacier
- Source: https://cdn.sanity.io/files/qoqld077/production/21bd3b6fa78c55968a6c9c7ea4fd49f34a8bd3d8.pdf

---

### Description

If an import is never used it should be removed to save on code size.
In wglAVAX imports PausableUpgradeable, IWAVAX, IGReservePool, IGLendingPool,
AcessControlManager and GlacierAddressBook are never used.
In GLendingPool import console is not used.

### Status

Currently being reviewed by the team.

---

Related findings:

- [Unused and Wrong Imports](https://0xsimao.com/findings/ostium-unused-wrong-imports): Ostium
- [Unused noteCommitment parameter in UniswapRemoveLiquidityInputs struct](https://0xsimao.com/findings/singularity-parameter-uniswap-inputs-struct): Singularity
