1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

remove unused variable

sure henning@
This commit is contained in:
chl 2008-09-18 10:23:33 +00:00
parent 83e1750f1b
commit e8ed914357

View File

@ -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");