Skip to content

Commit 71bd7a0

Browse files
author
Kaan Yalti
committed
enhancement(5235): remove unnecessary change
1 parent 81c546e commit 71bd7a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/pkg/agent/application/upgrade/step_unpack.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ type UnpackResult struct {
3535
VersionedHome string `json:"versioned-home" yaml:"versioned-home"`
3636
}
3737

38-
// Types used to abstract copy, mkdirAll and openFile functions
3938
type copyFunc func(dst io.Writer, src io.Reader) (written int64, err error)
4039
type openFileFunc func(name string, flag int, perm fs.FileMode) (*os.File, error)
4140
type unarchiveFunc func(log *logger.Logger, archivePath, dataDir string, flavor string, copy copyFunc, mkdirAll mkdirAllFunc, openFile openFileFunc) (UnpackResult, error)

0 commit comments

Comments
 (0)