Skip to content

Commit

Permalink
Remove unused old code
Browse files Browse the repository at this point in the history
  • Loading branch information
ShouheiNishi committed Nov 28, 2023
1 parent de80de8 commit 4f4901f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions internal/sbi/producer/ue_authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ func NewServerAusfAuthentication() ausf_authentication.ServerInterface {
// s ausfAuthenticationStrictServerInterface ausf_authentication.StrictServerInterface
type ausfAuthenticationStrictServerInterface struct{}

// TODO: move to other package
func GetNotImplementedProblemDetails(status int) commondata.ProblemDetails {
return commondata.ProblemDetails{
Cause: lo.ToPtr("NOT_IMPLEMENTED"),
Detail: lo.ToPtr("not implemented"),
Status: status,
}
}

// (POST /rg-authentications)
func (s ausfAuthenticationStrictServerInterface) PostRgAuthentications(ctx context.Context,
request ausf_authentication.PostRgAuthenticationsRequestObject,
Expand Down

0 comments on commit 4f4901f

Please sign in to comment.