ignore, remove or comment out unused code. Enable unused linter (#10743)

This commit is contained in:
Matt Hook
2023-12-18 10:28:15 +13:00
committed by GitHub
parent 8396ff068d
commit e687cee608
7 changed files with 3 additions and 94 deletions
-1
View File
@@ -20,7 +20,6 @@ var (
errAdminCannotRemoveSelf = errors.New("Cannot remove your own user account. Contact another administrator")
errCannotRemoveLastLocalAdmin = errors.New("Cannot remove the last local administrator account")
errCryptoHashFailure = errors.New("Unable to hash data")
errWrongPassword = errors.New("Wrong password")
)
func hideFields(user *portainer.User) {