mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove unused variables.
This commit is contained in:
parent
9a88a85627
commit
45e46bb14a
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue