Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Memisoglu committed Aug 20, 2019
1 parent f923e2e commit 5bedb57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/blockstorage/awsefs/awsefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ func NewEFSProvider(config map[string]string) (blockstorage.Provider, error) {
}, nil
}

func roleARN(accountID, roleName string) string {
return fmt.Sprintf("arn:aws:iam::%s:role/%s", accountID, roleName)
}

func (e *efs) Type() blockstorage.Type {
return blockstorage.TypeEFS
}
Expand Down

0 comments on commit 5bedb57

Please sign in to comment.