From d9089098c3adaa007c1a56468c9da31931877712 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Fri, 7 Jan 2022 19:02:08 +1100 Subject: [PATCH] remove field --- pkg/commands/git.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/commands/git.go b/pkg/commands/git.go index d7915328c..f9dd0c8a4 100644 --- a/pkg/commands/git.go +++ b/pkg/commands/git.go @@ -20,8 +20,6 @@ import ( // GitCommand is our main git interface type GitCommand struct { - *common.Common - Loaders Loaders Cmd oscommands.ICmdObjBuilder @@ -119,8 +117,6 @@ func NewGitCommandAux( patchCommands := NewPatchCommands(cmn, cmd, rebaseCommands, commitCommands, configCommands, statusCommands, patchManager) return &GitCommand{ - Common: cmn, - Cmd: cmd, Submodule: submoduleCommands,