Remove unused variables.

This commit is contained in:
Chris Costello 1999-09-05 23:27:53 +00:00
parent 9a88a85627
commit 45e46bb14a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50979

View File

@ -329,9 +329,7 @@ void
pline(pw)
struct passwd *pw;
{
struct group *gr;
u_int eid, rid;
char *login;
u_int rid;
if (!pw) {
if ((pw = getpwuid(rid = getuid())) == NULL)