Remove unused time functions
This commit is contained in:
parent
4c8d9dbb63
commit
f5be6a3227
1 changed files with 0 additions and 2 deletions
|
@ -387,8 +387,6 @@ fn function_string(i: &str) -> IResult<&str, &str> {
|
||||||
|
|
||||||
fn function_time(i: &str) -> IResult<&str, &str> {
|
fn function_time(i: &str) -> IResult<&str, &str> {
|
||||||
alt((
|
alt((
|
||||||
tag("time::add"),
|
|
||||||
tag("time::age"),
|
|
||||||
tag("time::day"),
|
tag("time::day"),
|
||||||
tag("time::floor"),
|
tag("time::floor"),
|
||||||
tag("time::group"),
|
tag("time::group"),
|
||||||
|
|
Loading…
Reference in a new issue