mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +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
|
@ -166,14 +166,6 @@ public:
|
|||
//
|
||||
Vec* Split(const IdxVec& indices) const;
|
||||
|
||||
// Helper functions for vectors:
|
||||
[[deprecated("Remove in v8.1. The ZeekString vector methods are unused.")]]
|
||||
static VectorVal* VecToPolicy(Vec* vec);
|
||||
[[deprecated("Remove in v8.1. The ZeekString vector methods are unused.")]]
|
||||
static Vec* VecFromPolicy(VectorVal* vec);
|
||||
[[deprecated("Remove in v8.1. The ZeekString vector methods are unused.")]]
|
||||
static char* VecToString(const Vec* vec);
|
||||
|
||||
protected:
|
||||
void Reset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue