fix: unittest error

This commit is contained in:
Shengliang Guan 2024-10-10 16:00:06 +08:00
parent 103e23be0a
commit 463c7f45dd
1 changed files with 0 additions and 2 deletions

View File

@ -4839,7 +4839,6 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
.sprocessFunc = randFunction,
.finalizeFunc = NULL
},
#if 0
{
.name = "forecast",
.type = FUNCTION_TYPE_FORECAST,
@ -4872,7 +4871,6 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
.sprocessFunc = NULL,
.finalizeFunc = NULL
},
#endif
{
.name = "_fhigh",
.type = FUNCTION_TYPE_FORECAST_HIGH,