2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Remove unused sudoers_gc_init() function.

This commit is contained in:
Todd C. Miller 2023-03-11 08:06:54 -07:00
parent 916d8b47c1
commit 34933ef9d0

View File

@ -152,13 +152,3 @@ sudoers_gc_run(void)
debug_return;
#endif /* NO_LEAKS */
}
#ifndef notyet
void
sudoers_gc_init(void)
{
#ifdef NO_LEAKS
atexit(sudoers_gc_run);
#endif
}
#endif