mirror of https://github.com/restic/restic.git
Remove unused struct fields
This commit is contained in:
parent
edfd86624c
commit
77c7c33205
|
@ -19,8 +19,6 @@ type Snapshot struct {
|
|||
Username string `json:"username,omitempty"`
|
||||
UID uint32 `json:"uid,omitempty"`
|
||||
GID uint32 `json:"gid,omitempty"`
|
||||
UserID string `json:"userid,omitempty"`
|
||||
GroupID string `json:"groupid,omitempty"`
|
||||
|
||||
id backend.ID // plaintext ID, used during restore
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue