X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxpty.c;h=f91dc7160ead071a18014f7d7ebc6ddee007f875;hb=8316deb3399fe1d0c406132cf2e795a76de26b64;hp=8a3dbe6faccdac4c606290c3eacb9ae8f32ff329;hpb=f5442209d467f346efd646402bf0a75e598f5336;p=PuTTY.git diff --git a/unix/uxpty.c b/unix/uxpty.c index 8a3dbe6f..f91dc716 100644 --- a/unix/uxpty.c +++ b/unix/uxpty.c @@ -171,7 +171,6 @@ static struct utmp utmp_entry; * make sense outside a one-pty-per-process setup. */ char **pty_argv; -int use_pty_argv; static void pty_close(Pty pty);