From d02e8851a20a4da63826415b7034d6f2c8e22fc5 Mon Sep 17 00:00:00 2001 From: Charles Longeau Date: Thu, 18 Sep 2008 10:23:34 +0000 Subject: remove unused variable sure henning@ --- usr.bin/tcpbench/tcpbench.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c index bfb444035e3..d808c8428dd 100644 --- a/usr.bin/tcpbench/tcpbench.c +++ b/usr.bin/tcpbench/tcpbench.c @@ -615,7 +615,6 @@ clientloop(kvm_t *kvmh, u_long ktcbtab, const char *host, const char *port, ssize_t n; struct statctx sc; u_int i, scnt = 0; - const char *errstr; if ((buf = malloc(Bflag)) == NULL) err(1, "malloc"); -- cgit v1.2.3