mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:17:32 +00:00
refactor: cleanup unused code (#7130)
* refactor: drop unused code * refactor: drop unused code
This commit is contained in:
@@ -83,11 +83,3 @@ func (f LabelPolicy) IsValid() error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (f LabelPolicyState) Valid() bool {
|
||||
return f >= 0 && f < labelPolicyStateCount
|
||||
}
|
||||
|
||||
func (s LabelPolicyState) Exists() bool {
|
||||
return s != LabelPolicyStateUnspecified && s != LabelPolicyStateRemoved
|
||||
}
|
||||
|
Reference in New Issue
Block a user