remove unused variable

This commit is contained in:
Chris Lu 2021-04-16 10:34:02 -07:00
parent 3074e9b428
commit c83ab91e2e
2 changed files with 0 additions and 2 deletions

View file

@ -191,7 +191,6 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
CacheDir: *option.cacheDir,
CacheSizeMB: *option.cacheSizeMB,
DataCenter: *option.dataCenter,
EntryCacheTtl: 3 * time.Second,
MountUid: uid,
MountGid: gid,
MountMode: mountMode,

View file

@ -41,7 +41,6 @@ type Option struct {
CacheDir string
CacheSizeMB int64
DataCenter string
EntryCacheTtl time.Duration
Umask os.FileMode
ReadOnly bool