Skip to content

Commit

Permalink
Removes unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Leduc-Hamel committed Apr 6, 2021
1 parent 6265507 commit 12b4b81
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions services/rougecombien/pkg/apps/rougecombien.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ func (r *Rougecombien) RunInline(ctx context.Context) error {
return job.Run(ctx, &trieugene.Message{})
}

func (r *Rougecombien) genericRun(ctx context.Context, result scraper.Result) error {
return r.manager.Perform(jobs.NewJsonJob(r.cfg, r.manager, r.jsonStoreJob), &trieugene.Message{})
}

func (r *Rougecombien) setupDevelopment() runnable.Runnable {
return runnable.Func(func(ctx context.Context) error {
err := os.Setenv("FAKTORY_URL", r.cfg.FaktoryURL())
Expand Down

0 comments on commit 12b4b81

Please sign in to comment.