mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
deprecation messages for unused base script functions
This commit is contained in:
parent
a120bcd7d7
commit
07cf5cb089
9 changed files with 17 additions and 16 deletions
|
@ -23,7 +23,7 @@ function calc_std_dev(rv: ResultVal)
|
|||
rv$std_dev = sqrt(rv$variance);
|
||||
}
|
||||
|
||||
hook std_dev_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal) &deprecated
|
||||
hook std_dev_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal) &deprecated="Remove in v6.1. Usage testing indicates this function is unused."
|
||||
{
|
||||
calc_std_dev(rv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue