diff --git a/context/blank_context.go b/context/blank_context.go index 587d556a1..ed8784cfc 100644 --- a/context/blank_context.go +++ b/context/blank_context.go @@ -17,7 +17,6 @@ func NewBlank() *blankContext { // A Context implementation that queries the filesystem type blankContext struct { authToken string - authLogin string branch string baseRepo ghrepo.Interface remotes Remotes