Skip to content

Commit

Permalink
remove helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoftly committed Sep 9, 2018
1 parent 571be27 commit c46eba5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions analyzers/ruby/ruby.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ func (a *Analyzer) Analyze() (graph.Deps, error) {
strategy = a.Options.Strategy
}

return a.analyzeHelper(strategy)
}

func (a *Analyzer) analyzeHelper(strategy string) (graph.Deps, error) {
lockfilePath := a.getLockfilePath()

switch strategy {
Expand Down

0 comments on commit c46eba5

Please sign in to comment.