aboutsummaryrefslogtreecommitdiffstats
path: root/sync.go
diff options
context:
space:
mode:
Diffstat (limited to 'sync.go')
-rw-r--r--sync.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/sync.go b/sync.go
index 806b7a0..78f3fa8 100644
--- a/sync.go
+++ b/sync.go
@@ -8,17 +8,6 @@ import (
"time"
)
-type FileMeta struct {
- Size int64
- Mode os.FileMode
- ModTime time.Time
- Symlink string
-}
-
-type Manifest struct {
- Files map[string]FileMeta
-}
-
type syncStats struct {
files int
dirs int