Remove unused time functions

This commit is contained in:
Tobie Morgan Hitchcock 2022-04-28 23:31:51 +01:00
parent 4c8d9dbb63
commit f5be6a3227

View file

@ -387,8 +387,6 @@ fn function_string(i: &str) -> IResult<&str, &str> {
fn function_time(i: &str) -> IResult<&str, &str> {
alt((
tag("time::add"),
tag("time::age"),
tag("time::day"),
tag("time::floor"),
tag("time::group"),