mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
annotate orphan base script components with &deprecated
This commit is contained in:
parent
9b8ac44169
commit
6dc711c39e
8 changed files with 13 additions and 13 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)
|
||||
hook std_dev_hook(r: Reducer, val: double, obs: Observation, rv: ResultVal) &deprecated
|
||||
{
|
||||
calc_std_dev(rv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue