Skip to content

Commit

Permalink
chore: remove unused GetNameLegacy
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Fossati <thomas.fossati@linaro.org>
  • Loading branch information
thomas-fossati committed Sep 10, 2024
1 parent 421f59e commit f8d052d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions platform/claims.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ func (o Profile) GetName() string {
return ProfileName
}

func (o Profile) GetNameLegacy() string {
return ProfileNameLegacy
}

func (o Profile) GetClaims() psatoken.IClaims {
return NewClaims()
}
Expand Down

0 comments on commit f8d052d

Please sign in to comment.