Skip to content

Commit d71c500

Browse files
author
mjg
committed
Fixup r325264, take #2
whack an unused variable git-svn-id: svn+ssh://svn.freebsd.org/base/head@325267 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
1 parent 7652509 commit d71c500

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sys/kern/kern_loginclass.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ struct loginclass *
131131
loginclass_find(const char *name)
132132
{
133133
struct loginclass *lc, *new_lc;
134-
struct ucred *cred;
135134

136135
if (name[0] == '\0' || strlen(name) >= MAXLOGNAME)
137136
return (NULL);

0 commit comments

Comments
 (0)