From 5cd2eadf5796912321040c1742cf5c0bca0487a6 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 16 Sep 2006 14:15:22 +0000 Subject: * ext/pty/pty.c (establishShell): remove remaining unused line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/pty.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/pty/pty.c') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 24b1f99ad5..8e263790a4 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -226,7 +226,6 @@ establishShell(argc, argv, info) getDevice(&master,&slave); info->thread = rb_thread_current(); - currentPid = getpid(); if((i = fork()) < 0) { close(master); close(slave); -- cgit v1.2.3