Skip to content

Commit

Permalink
fs/config: remove UnixSocketPath
Browse files Browse the repository at this point in the history
This is unused.
  • Loading branch information
flokli committed Aug 14, 2024
1 parent 6a272fe commit e60a82f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ type ConfigInfo struct {
Inplace bool `config:"inplace"` // Download directly to destination file instead of atomic download to temp/rename
PartialSuffix string `config:"partial_suffix"`
MetadataMapper SpaceSepList `config:"metadata_mapper"`
UnixSocketPath string `config:"unix_socket_path"` // Optional unix socket to connect to
}

func init() {
Expand Down

0 comments on commit e60a82f

Please sign in to comment.