diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2008-09-18 10:23:34 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2008-09-18 10:23:34 +0000 |
commit | d02e8851a20a4da63826415b7034d6f2c8e22fc5 (patch) | |
tree | 28b75a5db6cf3aa33a77f089644a6028320c7576 /usr.bin | |
parent | 85d87724c427bff5ccbd6cef58b3cdaffe171053 (diff) |
remove unused variable
sure henning@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/tcpbench/tcpbench.c | 1 |
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"); |