[core] comment out ck_getenv_s() (unused)

ck_getenv_s() not currently used in lighttpd;
lighttpd process env is stable
personal/stbuehler/tests-path
Glenn Strauss 2021-05-22 19:18:30 -04:00
parent 0fd8918777
commit 07aa7eedcc
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,7 @@ ck_memclear_s (void * const s, const rsize_t smax, rsize_t n)
}
#if 0 /*(not currently used in lighttpd; lighttpd process env is stable)*/
errno_t
ck_getenv_s (size_t * const restrict len,
char * const restrict value, const rsize_t maxsize,
@ -198,6 +199,7 @@ ck_getenv_s (size_t * const restrict len,
#endif
}
#endif
errno_t