Skip to content

Commit

Permalink
#461: unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte committed Jun 26, 2018
1 parent 4e88de5 commit b888402
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/dotmesh-server/pkg/main/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1090,8 +1090,6 @@ func (d *DotmeshRPC) S3Transfer(

// note; was a bunch of logic checks for whether remote/local ends exist here - I don't think we need them because we'd have returned an error already if remote didn't exist

var localPath PathToTopLevelFilesystem

var filesystemId string
if args.Direction == "pull" && !localExists {
localFilesystem, _, err := d.state.CreateFilesystem(r.Context(), &VolumeName{args.LocalNamespace, args.LocalName})
Expand Down

0 comments on commit b888402

Please sign in to comment.