remove repo field

This commit is contained in:
Jesse Duffield 2022-01-07 15:07:35 +11:00
parent 946a35b59d
commit 3f44eac95b
3 changed files with 17 additions and 8 deletions

View file

@ -22,8 +22,6 @@ import (
type GitCommand struct {
*common.Common
Repo *gogit.Repository
Loaders Loaders
Cmd oscommands.ICmdObjBuilder
@ -123,8 +121,6 @@ func NewGitCommandAux(
return &GitCommand{
Common: cmn,
Repo: repo,
Cmd: cmd,
Submodule: submoduleCommands,