diff options
author | 2008-09-18 10:23:33 +0000 | |
---|---|---|
committer | 2008-09-18 10:23:33 +0000 | |
commit | e8ed914357bc1163c355107bbef386fe25dbd4c6 (patch) | |
tree | 48dcd69cdf9b4c4387215a90f1cfac3265cd5865 | |
parent | fix potential use of uninitialized value (diff) | |
download | wireguard-openbsd-e8ed914357bc1163c355107bbef386fe25dbd4c6.tar.xz wireguard-openbsd-e8ed914357bc1163c355107bbef386fe25dbd4c6.zip |
remove unused variable
sure henning@
-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"); |