diff options
author | 2009-11-21 10:24:59 +0000 | |
---|---|---|
committer | 2009-11-21 10:24:59 +0000 | |
commit | 04e24589399ab42784042bfc09bc8be78023b576 (patch) | |
tree | 1534236a15cfdec1b8cc91367682d5a3852f8c98 /lib/libc | |
parent | spelling (diff) | |
download | wireguard-openbsd-04e24589399ab42784042bfc09bc8be78023b576.tar.xz wireguard-openbsd-04e24589399ab42784042bfc09bc8be78023b576.zip |
remove unused variable
ok deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getpwent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c index 2ee0a341403..e65ffdc488f 100644 --- a/lib/libc/gen/getpwent.c +++ b/lib/libc/gen/getpwent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getpwent.c,v 1.41 2009/11/12 18:00:18 deraadt Exp $ */ +/* $OpenBSD: getpwent.c,v 1.42 2009/11/21 10:24:59 chl Exp $ */ /* * Copyright (c) 2008 Theo de Raadt * Copyright (c) 1988, 1993 @@ -446,7 +446,6 @@ __has_yppw(void) { DBT key, data, pkey, pdata; char bf[2]; - int len; key.data = (u_char *)_PW_YPTOKEN; key.size = strlen(_PW_YPTOKEN); |