1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

remove field

This commit is contained in:
Jesse Duffield 2022-01-07 19:02:08 +11:00
parent 3f44eac95b
commit d9089098c3

View File

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