mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Remove other general deprecations
This commit is contained in:
parent
6130d32440
commit
fb16ce3711
16 changed files with 5 additions and 278 deletions
|
@ -2523,11 +2523,6 @@ void zeek_strerror_r(int zeek_errno, char* buf, size_t buflen)
|
|||
strerror_r_helper(res, buf, buflen);
|
||||
}
|
||||
|
||||
char* zeekenv(const char* name)
|
||||
{
|
||||
return getenv(name);
|
||||
}
|
||||
|
||||
static string json_escape_byte(char c)
|
||||
{
|
||||
char hex[2] = {'0', '0'};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue