From d9e39226caa2ee823ce8bab021a52e3095e18bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Wed, 20 May 2020 17:41:33 +0200 Subject: [PATCH] Clean up unused struct field https://github.com/cli/cli/pull/976/checks?check_run_id=693382299 --- context/blank_context.go | 1 - 1 file changed, 1 deletion(-) 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