Skip to content

Commit

Permalink
Remove unused var as logic was moved to config
Browse files Browse the repository at this point in the history
  • Loading branch information
pshima committed Aug 25, 2016
1 parent 0e21616 commit d89a592
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backup/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ func (b *Backup) compressStagedBackup() {
// Write the local backup file to S3.
// There are no tests for this remote operation
func (b *Backup) writeBackupRemote() {
var objectPrefix string

s3Conn := session.New(&aws.Config{Region: aws.String(string(b.Config.S3Region))})

t := time.Unix(b.StartTime, 0)
Expand Down

0 comments on commit d89a592

Please sign in to comment.