diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-06-28 20:18:32 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-06-28 21:24:59 +0900 |
commit | 5ccdcd81685cfedd31344690fdb0fd9fc001e3ca (patch) | |
tree | c98dcaaedbdea708d2d76a320eaf903620174c5f | |
parent | 5e66525e4156c27c625a529f1803d08d15e20fb7 (diff) |
[ruby/rdoc] Remove dead code
https://github.com/ruby/rdoc/commit/f727854bd5
-rw-r--r-- | lib/rdoc/ri/driver.rb | 1 |
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 |