Skip to content

Commit

Permalink
refactor: Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
rndstr committed Aug 29, 2018
1 parent 4c6ee3f commit 7047e80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions billing-api/trial/trial.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import (
common_time "github.com/weaveworks/service/common/time"
)

const (
trialFlag string = "trial:days"
defaultTrialLength int = 14
)

// Trial is a bundle of information about the trial period used by the frontend.
type Trial struct {
// Length is the original length of trial period.
Expand Down

0 comments on commit 7047e80

Please sign in to comment.