Remove unused variables.

This commit is contained in:
Chris Costello 1999-09-05 23:27:53 +00:00
parent 9a88a85627
commit 45e46bb14a

View File

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