Skip to content

Commit

Permalink
Remove unused gcs flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Jun 8, 2023
1 parent 52cd670 commit 8fc5589
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/goofys.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ type Goofys struct {

umask uint32

gcs bool
rootAttrs InodeAttributes

bufferPool *BufferPool
Expand Down Expand Up @@ -239,7 +238,6 @@ func newGoofys(ctx context.Context, bucket string, flags *FlagStorage,
log.Errorf("Unable to setup backend: %v", err)
return nil
}
_, fs.gcs = cloud.Delegate().(*GCS3)

randomObjectName := prefix + (RandStringBytesMaskImprSrc(32))
err = cloud.Init(randomObjectName)
Expand Down

0 comments on commit 8fc5589

Please sign in to comment.