diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-13 05:20:07 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-09-13 05:20:07 +0000 |
commit | 16e5a4fc5e81ff09821ebbe5d3805f27570c2d8a (patch) | |
tree | 4523a6ba582ebe42fac5a10f7d4784e3789bcde5 /usr.sbin/sendmail | |
parent | f046b0304c79ceb4c11aa18cf15b1a2bc30de9e8 (diff) |
kill unused var
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/src/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/src/util.c b/usr.sbin/sendmail/src/util.c index 06104232543..152f3243e53 100644 --- a/usr.sbin/sendmail/src/util.c +++ b/usr.sbin/sendmail/src/util.c @@ -391,7 +391,6 @@ buildfname(gecos, login, buf, bufsiz) { register char *p; register char *bp = buf; - int l; if (*gecos == '*') gecos++; |