2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-04 10:00:48 +00:00

Remove unused struct fields

This commit is contained in:
Florian Weingarten 2015-04-26 11:34:12 -04:00
parent edfd86624c
commit 77c7c33205

View File

@ -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
}