diff --git a/plugins/sudoers/testsudoers.c b/plugins/sudoers/testsudoers.c index ef12f6745..51cc5ccd5 100644 --- a/plugins/sudoers/testsudoers.c +++ b/plugins/sudoers/testsudoers.c @@ -339,12 +339,6 @@ sudo_endspent(void) return; } -char * -sudo_getepw(const struct passwd *pw) -{ - return pw->pw_passwd; -} - void set_fqdn(void) { diff --git a/plugins/sudoers/visudo.c b/plugins/sudoers/visudo.c index 99d3f088a..67dcb119f 100644 --- a/plugins/sudoers/visudo.c +++ b/plugins/sudoers/visudo.c @@ -595,12 +595,6 @@ group_plugin_query(const char *user, const char *group, const struct passwd *pw) 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 * to do now. Returns the first letter of their choice.