Skip to content

Commit

Permalink
fs-v1: Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lützner authored and rluetzner committed Jun 1, 2022
1 parent 093a455 commit 33a1155
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 33a1155

Please sign in to comment.