Skip to content

Commit

Permalink
Remove unused variable secondsInMonth (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
saromanov authored and Hugo Correia committed Jan 16, 2019
1 parent f89a0e2 commit 223a865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion carbon.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const (
daysInLeapYear = 366
daysInNormalYear = 365
secondsInWeek = 691200
secondsInMonth = 2678400
)

// Represents the different string formats for dates
Expand Down

0 comments on commit 223a865

Please sign in to comment.