mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Remove deprecations tagged for v6.1
This commit is contained in:
parent
84d605602f
commit
4229af6820
27 changed files with 10 additions and 416 deletions
|
@ -102,8 +102,6 @@ inline constexpr std::string_view path_list_separator = ":";
|
|||
|
||||
using zeek_int_t = int64_t;
|
||||
using zeek_uint_t = uint64_t;
|
||||
using bro_int_t [[deprecated("Remove in v6.1. Use zeek_int_t.")]] = zeek_int_t;
|
||||
using bro_uint_t [[deprecated("Remove in v6.1. Use zeek_uint_t.")]] = zeek_uint_t;
|
||||
|
||||
#ifndef HAVE_STRCASESTR
|
||||
extern char* strcasestr(const char* s, const char* find);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue