mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove deprecations tagged for v8.1
This commit is contained in:
parent
e4dab3dded
commit
d95affde4d
108 changed files with 113 additions and 2230 deletions
|
@ -19,17 +19,6 @@ using RecordTypePtr = IntrusivePtr<RecordType>;
|
|||
|
||||
using Args = std::vector<ValPtr>;
|
||||
|
||||
/**
|
||||
* Converts a legacy-style argument list for use in modern Zeek function
|
||||
* calling or event queueing APIs.
|
||||
* @param vl the argument list to convert, the returned value takes ownership
|
||||
* of a reference to each element in the list
|
||||
* @return the converted argument list
|
||||
*
|
||||
*/
|
||||
[[deprecated("Remove in v8.1. Convert users to produce zeek::Args directly.")]]
|
||||
Args val_list_to_args(const ValPList& vl);
|
||||
|
||||
/**
|
||||
* Creates a vector of "call_argument" meta data describing the arguments to
|
||||
* function/event invocation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue