From 4f4901f4cf33d14aa7b56ae8b7c221c9f4c8c0cd Mon Sep 17 00:00:00 2001 From: Shouhei Nishi Date: Mon, 27 Nov 2023 16:33:55 +0900 Subject: [PATCH] Remove unused old code --- internal/sbi/producer/ue_authentication.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/internal/sbi/producer/ue_authentication.go b/internal/sbi/producer/ue_authentication.go index bb07d55..8729d4a 100644 --- a/internal/sbi/producer/ue_authentication.go +++ b/internal/sbi/producer/ue_authentication.go @@ -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,