aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/rdoc/ri/driver.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rdoc/ri/driver.rb b/lib/rdoc/ri/driver.rb
index 679cfd399c..f7a7d84205 100644
--- a/lib/rdoc/ri/driver.rb
+++ b/lib/rdoc/ri/driver.rb
@@ -1521,10 +1521,6 @@ or the PAGER environment variable.
pagers.compact.uniq.each do |pager|
next unless pager
- pager_cmd = pager.split(' ').first
-
- next unless in_path? pager_cmd
-
if jruby then
case io = find_pager_jruby(pager)
when nil then break