Remove an unused variable from pam_unix.

This variable was added in r82352 back in 2001, but even then it didn't
have any use. Because it's not marked static, the C compiler won't
complain about it.

Discussed with:	des
This commit is contained in:
Ed Schouten 2011-11-05 10:00:29 +00:00
parent 25cc6027cf
commit 82a36aefae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227105

View File

@ -81,8 +81,6 @@ static char password_hash[] = PASSWORD_HASH;
#define PAM_OPT_LOCAL_PASS "local_pass"
#define PAM_OPT_NIS_PASS "nis_pass"
char *tempname = NULL;
/*
* authentication management
*/