remove unused

This commit is contained in:
Michael Yang
2023-09-13 11:46:29 -07:00
parent d028853879
commit e6881cabd0
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ func (r AuthRedirect) URL() (*url.URL, error) {
return redirectURL, nil
}
func getAuthToken(ctx context.Context, redirData AuthRedirect, regOpts *RegistryOptions) (string, error) {
func getAuthToken(ctx context.Context, redirData AuthRedirect) (string, error) {
redirectURL, err := redirData.URL()
if err != nil {
return "", err