mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 15:45:34 +01:00
Remove unused test function
Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
@@ -431,13 +431,3 @@ func TestYamlMarshal(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func emptyInterval() TimeInterval {
|
||||
return TimeInterval{
|
||||
Times: []TimeRange{},
|
||||
Weekdays: []WeekdayRange{},
|
||||
DaysOfMonth: []DayOfMonthRange{},
|
||||
Months: []MonthRange{},
|
||||
Years: []YearRange{},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user