From: tobhe Date: Mon, 22 May 2023 12:53:04 +0000 (+0000) Subject: Remove unused variable kerr. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a4dd491b91d5dbfcc49fea1327779922327ae177;p=openbsd Remove unused variable kerr. ok bluhm@ --- diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c index eade06d039d..485f7db9560 100644 --- a/usr.bin/tcpbench/tcpbench.c +++ b/usr.bin/tcpbench/tcpbench.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpbench.c,v 1.68 2023/05/22 12:37:00 bluhm Exp $ */ +/* $OpenBSD: tcpbench.c,v 1.69 2023/05/22 12:53:04 tobhe Exp $ */ /* * Copyright (c) 2008 Damien Miller @@ -986,8 +986,7 @@ main(int argc, char **argv) { struct timeval tv; unsigned int secs, rtable; - - char kerr[_POSIX2_LINE_MAX], *tmp; + char *tmp; struct addrinfo *aitop, *aib, hints; const char *errstr; struct rlimit rl;