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:
parent
916d8b47c1
commit
34933ef9d0
@ -152,13 +152,3 @@ sudoers_gc_run(void)
|
|||||||
debug_return;
|
debug_return;
|
||||||
#endif /* NO_LEAKS */
|
#endif /* NO_LEAKS */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef notyet
|
|
||||||
void
|
|
||||||
sudoers_gc_init(void)
|
|
||||||
{
|
|
||||||
#ifdef NO_LEAKS
|
|
||||||
atexit(sudoers_gc_run);
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user