Skip to content

Commit

Permalink
more removal
Browse files Browse the repository at this point in the history
  • Loading branch information
while-loop committed Dec 10, 2021
1 parent e15aace commit 535e87b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions text.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,6 @@ func (r *rruleText) String() string {
return string(s)
}

func (r *rruleText) daily() {
if r.freq != DAILY {
return
}

r._byHour()
}

func (r *rruleText) weekly() {
if r.freq != WEEKLY {
return
Expand Down

0 comments on commit 535e87b

Please sign in to comment.