mirror of
https://github.com/prometheus/alertmanager
synced 2025-03-04 10:50:13 +00:00
Remove unused test function
Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
parent
e052540c92
commit
3ece40664b
@ -431,13 +431,3 @@ func TestYamlMarshal(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func emptyInterval() TimeInterval {
|
||||
return TimeInterval{
|
||||
Times: []TimeRange{},
|
||||
Weekdays: []WeekdayRange{},
|
||||
DaysOfMonth: []DayOfMonthRange{},
|
||||
Months: []MonthRange{},
|
||||
Years: []YearRange{},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user