No longer need sudo_getepw() stubs.

This commit is contained in:
Todd C. Miller
2011-03-04 08:08:22 -05:00
parent 8ee8a0d87a
commit 95512ae05e
2 changed files with 0 additions and 12 deletions

View File

@@ -339,12 +339,6 @@ sudo_endspent(void)
return; return;
} }
char *
sudo_getepw(const struct passwd *pw)
{
return pw->pw_passwd;
}
void void
set_fqdn(void) set_fqdn(void)
{ {

View File

@@ -595,12 +595,6 @@ group_plugin_query(const char *user, const char *group, const struct passwd *pw)
return FALSE; return FALSE;
} }
char *
sudo_getepw(const struct passwd *pw)
{
return pw->pw_passwd;
}
/* /*
* Assuming a parse error occurred, prompt the user for what they want * Assuming a parse error occurred, prompt the user for what they want
* to do now. Returns the first letter of their choice. * to do now. Returns the first letter of their choice.