X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/69ca43667f80e20f819563c74e2513cdffca41d8..3ab798412da7dbfc26af43a06e92c13a7b9abf43:/unix/uxplink.c diff --git a/unix/uxplink.c b/unix/uxplink.c index 55d1663d..d76bbcaa 100644 --- a/unix/uxplink.c +++ b/unix/uxplink.c @@ -588,7 +588,6 @@ int main(int argc, char **argv) int errors; int use_subsystem = 0; int got_host = FALSE; - void *ldisc; long now; fdlist = NULL; @@ -901,7 +900,7 @@ int main(int argc, char **argv) return 1; } back->provide_logctx(backhandle, logctx); - ldisc = ldisc_create(&cfg, NULL, back, backhandle, NULL); + ldisc_create(&cfg, NULL, back, backhandle, NULL); sfree(realhost); } connopen = 1;