artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
990261a
)
Zap unused variables
author
kn
<kn@openbsd.org>
Fri, 5 Nov 2021 13:08:58 +0000
(13:08 +0000)
committer
kn
<kn@openbsd.org>
Fri, 5 Nov 2021 13:08:58 +0000
(13:08 +0000)
OK martijn
lib/libc/asr/asr.c
patch
|
blob
|
history
diff --git
a/lib/libc/asr/asr.c
b/lib/libc/asr/asr.c
index
c3e3222
..
8bcb61b
100644
(file)
--- a/
lib/libc/asr/asr.c
+++ b/
lib/libc/asr/asr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: asr.c,v 1.6
5 2021/01/06 19:54:17 otto Exp $
*/
+/* $OpenBSD: asr.c,v 1.6
6 2021/11/05 13:08:58 kn Exp $
*/
/*
* Copyright (c) 2010-2012 Eric Faurot <eric@openbsd.org>
*
@@
-131,8
+131,6
@@
_asr_resolver_done(void *arg)
static void
_asr_resolver_done_tp(void *arg)
{
- char buf[100];
- int len;
struct asr **priv = arg;
struct asr *asr;