aboutsummaryrefslogtreecommitdiff
path: root/pathfs_frontend
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-01 12:32:10 +0100
committerJakob Unterwurzacher2015-11-01 12:32:10 +0100
commite31d319c399e619e4dec2f71782f1412a46f2d36 (patch)
tree6146840bd78a4a5053e8ee36aed9ad16f81221b5 /pathfs_frontend
parent0a4aa4b42780ac96420c4068c90003f139c53f85 (diff)
Remove code detected by "deadcode"
go get github.com/remyoudompheng/go-misc/deadcode
Diffstat (limited to 'pathfs_frontend')
-rw-r--r--pathfs_frontend/file.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pathfs_frontend/file.go b/pathfs_frontend/file.go
index e8d7003..bbc211d 100644
--- a/pathfs_frontend/file.go
+++ b/pathfs_frontend/file.go
@@ -439,7 +439,6 @@ func (f *file) Allocate(off uint64, sz uint64, mode uint32) fuse.Status {
return fuse.ENOSYS
}
-const _UTIME_NOW = ((1 << 30) - 1)
const _UTIME_OMIT = ((1 << 30) - 2)
func (f *file) Utimens(a *time.Time, m *time.Time) fuse.Status {