summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2008-09-18 10:23:34 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2008-09-18 10:23:34 +0000
commitd02e8851a20a4da63826415b7034d6f2c8e22fc5 (patch)
tree28b75a5db6cf3aa33a77f089644a6028320c7576 /usr.bin
parent85d87724c427bff5ccbd6cef58b3cdaffe171053 (diff)
remove unused variable
sure henning@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tcpbench/tcpbench.c1
1 files changed, 0 insertions, 1 deletions
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");