Skip to content

Commit

Permalink
fs-v1: Remove unused property
Browse files Browse the repository at this point in the history
(cherry picked from commit 9137a44)
  • Loading branch information
Robert Lützner authored and rluetzner committed Jun 22, 2022
1 parent e558786 commit a00b604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/fs-v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ type FSObjects struct {
// Represents the background append file.
type fsAppendFile struct {
sync.Mutex
parts []int // List of parts appended.
filePath string // Absolute path of the file in the temp location.
}

Expand Down

0 comments on commit a00b604

Please sign in to comment.