Clean up unused struct field

https://github.com/cli/cli/pull/976/checks?check_run_id=693382299
This commit is contained in:
Mislav Marohnić 2020-05-20 17:41:33 +02:00
parent db9014fd7f
commit d9e39226ca

View file

@ -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