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

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