summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/commands/git.go4
1 files changed, 0 insertions, 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,