mirror of
https://github.com/prometheus/prometheus
synced 2025-01-12 18:01:36 +00:00
Remove variadic
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
e5a44964ff
commit
d5ecdc4597
@ -229,7 +229,6 @@ var Functions = map[string]*Function{
|
||||
"pi": {
|
||||
Name: "pi",
|
||||
ArgTypes: []ValueType{},
|
||||
Variadic: 1,
|
||||
ReturnType: ValueTypeVector,
|
||||
},
|
||||
"predict_linear": {
|
||||
|
Loading…
Reference in New Issue
Block a user