Skip to content

Commit

Permalink
Delete sa.GetPendingAuthorization2 (#7648)
Browse files Browse the repository at this point in the history
This method's last caller was removed in
#5862, when the ACMEv1
NewAuthorization code path was deleted. It has been dead code ever
since.
  • Loading branch information
aarongable authored Aug 7, 2024
1 parent e398c4d commit c9132ba
Show file tree
Hide file tree
Showing 7 changed files with 1,151 additions and 1,429 deletions.
4 changes: 0 additions & 4 deletions mocks/sa.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,10 +504,6 @@ func (sa *StorageAuthorityReadOnly) GetAuthorizations2(ctx context.Context, req
return &sapb.Authorizations{}, nil
}

func (sa *StorageAuthorityReadOnly) GetPendingAuthorization2(ctx context.Context, req *sapb.GetPendingAuthorizationRequest, _ ...grpc.CallOption) (*corepb.Authorization, error) {
return nil, nil
}

var (
authzIdValid = int64(1)
authzIdPending = int64(2)
Expand Down
Loading

0 comments on commit c9132ba

Please sign in to comment.