Remove other general deprecations

This commit is contained in:
Tim Wojtulewicz 2022-06-16 12:29:42 -07:00
parent 6130d32440
commit fb16ce3711
16 changed files with 5 additions and 278 deletions

View file

@ -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'};