Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Simmons <[email protected]>
  • Loading branch information
crsimmons committed Mar 5, 2019
1 parent 29f8064 commit ec28eec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions commands/deploy/deploy_args.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,6 @@ var WebSizes = []string{"small", "medium", "large", "xlarge", "2xlarge"}
// AllowedDBSizes contains the valid values for --db-size flag
var AllowedDBSizes = []string{"small", "medium", "large", "xlarge", "2xlarge", "4xlarge"}

// ModifyGithub allows mutation of github related fields
func (a *Args) ModifyGithub(GithubAuthClientID, GithubAuthClientSecret string, GithubAuthIsSet bool) {
a.GithubAuthClientID = GithubAuthClientID
a.GithubAuthClientSecret = GithubAuthClientSecret
a.GithubAuthIsSet = GithubAuthIsSet
}

// Validate validates that flag interdependencies
func (a Args) Validate() error {
if !a.IAASIsSet {
Expand Down

0 comments on commit ec28eec

Please sign in to comment.