aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/filer_structure.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer2/filer_structure.go')
-rw-r--r--weed/filer2/filer_structure.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/filer2/filer_structure.go b/weed/filer2/filer_structure.go
index c78704184..c6a3f817d 100644
--- a/weed/filer2/filer_structure.go
+++ b/weed/filer2/filer_structure.go
@@ -27,7 +27,6 @@ type Attr struct {
Mode os.FileMode // file mode
Uid uint32 // owner uid
Gid uint32 // group gid
- Size uint64 // total size in bytes
}
type Entry struct {