diff options
Diffstat (limited to 'ext/pty/pty.c')
-rw-r--r-- | ext/pty/pty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 2cd8d6f9a4..98be9044b7 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -208,7 +208,6 @@ establishShell(shellname, info) struct pty_info *info; { static int i,j,master,slave,currentPid; - static char procName[32]; char *p,*getenv(); struct passwd *pwent; RETSIGTYPE chld_changed(); |