mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Remove variadic
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
e5a44964ff
commit
d5ecdc4597
1 changed files with 0 additions and 1 deletions
|
|
@ -229,7 +229,6 @@ var Functions = map[string]*Function{
|
|||
"pi": {
|
||||
Name: "pi",
|
||||
ArgTypes: []ValueType{},
|
||||
Variadic: 1,
|
||||
ReturnType: ValueTypeVector,
|
||||
},
|
||||
"predict_linear": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue