summaryrefslogtreecommitdiff
path: root/lib/rdoc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-06-28 20:18:32 +0900
committergit <svn-admin@ruby-lang.org>2022-06-28 21:24:59 +0900
commit5ccdcd81685cfedd31344690fdb0fd9fc001e3ca (patch)
treec98dcaaedbdea708d2d76a320eaf903620174c5f /lib/rdoc
parent5e66525e4156c27c625a529f1803d08d15e20fb7 (diff)
[ruby/rdoc] Remove dead code
https://github.com/ruby/rdoc/commit/f727854bd5
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/ri/driver.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rdoc/ri/driver.rb b/lib/rdoc/ri/driver.rb
index a9d7205554..dd66d532ca 100644
--- a/lib/rdoc/ri/driver.rb
+++ b/lib/rdoc/ri/driver.rb
@@ -1302,7 +1302,6 @@ or the PAGER environment variable.
yield pager
ensure
pager.close
- @jruby_pager_process.wait_for if @jruby_pager_process
end
else
yield $stdout