Remove now-unused log_fatal()

This commit is contained in:
Todd C. Miller
2014-04-30 17:00:20 -06:00
parent 5086194c67
commit cbee9cc8cb
5 changed files with 11 additions and 29 deletions

View File

@@ -225,7 +225,7 @@ sudoers_policy_main(int argc, char * const argv[], int pwflag, char *env_add[],
/* XXX - would like to move this to policy.c but need the cleanup. */
if (fatal_setjmp() != 0) {
/* error recovery via fatal(), fatalx() or log_fatal() */
/* error recovery via fatal() or fatalx() */
rval = -1;
goto done;
}